Share via


ManagementPackComponentBehavior.ReadAttributes Method

Definition

Reads the XML attribute data from an XML reader and sets the data to the properties of the current object.

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

The management pack that this object belongs to.

reader
XmlReader

The XML reader to read this management pack element.

Applies to