Share via


ManagementPackComponentBehavior.WriteElements(XmlWriter) Method

Definition

Writes the current object data to an XML element.

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

Parameters

writer
XmlWriter

The XML writer to create elements that represent this object.

Applies to