ManagementPackComponentOverride.ReadAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The management pack that this object belongs to.
- reader
- XmlReader
The XML reader to read this management pack element.