ManagementPackDiscoveryConfigurationOverride.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 attributes from this Management Pack element.
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 to read the attributes from.
- reader
- XmlReader
The XML reader used to read this Management Pack element.