ManagementPackAccessibleElement.ReadAttributes 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 ManagementPack to read.

reader
XmlReader

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

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