ManagementPackObjectTemplate.ReadAttributes(ManagementPack, XmlReader) Method

Definition

Reads XML attribute data from a management pack.

protected public:
 override void ReadAttributes(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Xml::XmlReader ^ reader);
protected internal override void ReadAttributes (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Xml.XmlReader reader);
override this.ReadAttributes : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Xml.XmlReader -> unit
Protected Friend Overrides Sub ReadAttributes (mp As ManagementPack, reader As XmlReader)

Parameters

mp
ManagementPack

Specifies the management pack to read.

reader
XmlReader

Specifies the XmlReader stream from which the XML attribute data is read.

Applies to