Share via


ManagementPackElementInfo.WriteAttributes(ManagementPack, XmlWriter) Method

Definition

Writes the attributes of this management pack element.

protected public:
 virtual void WriteAttributes(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Xml::XmlWriter ^ writer);
protected internal virtual void WriteAttributes (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Xml.XmlWriter writer);
abstract member WriteAttributes : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Xml.XmlWriter -> unit
override this.WriteAttributes : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Xml.XmlWriter -> unit
Protected Friend Overridable Sub WriteAttributes (mp As ManagementPack, writer As XmlWriter)

Parameters

mp
ManagementPack

The host management pack to write the attributes to.

writer
XmlWriter

The XML writer that contains the attributes to write.

Applies to