Share via


ManagementPackComponentBehavior.WriteAttributes(XmlWriter) Method

Definition

Writes the current object data to an XML attribute.

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

The XML writer that contains the attributes to write.

Applies to