Share via


ManagementPackCategory.WriteAttributes(XmlWriter) Method

Definition

Writes XML attribute data to a management pack.

protected public:
 override void WriteAttributes(System::Xml::XmlWriter ^ writer);
protected internal override void WriteAttributes (System.Xml.XmlWriter writer);
override this.WriteAttributes : System.Xml.XmlWriter -> unit
Protected Friend Overrides Sub WriteAttributes (writer As XmlWriter)

Parameters

writer
XmlWriter

Specifies the XmlWriter stream to which to write the attributes of the XML element.

Applies to