ManagementPackAccessibleElement.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 XML writer stream to which the XML element's attributes are written.

Remarks

This is an internal method, which cannot be called from other assemblies. It is used to perform serialization tasks throughout the class library.

Applies to