ManagementPackSubElement.ReadAttributes Method

Definition

Reads the attributes from this management pack element.

protected public:
 virtual void ReadAttributes(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::Xml::XmlReader ^ reader);
protected internal virtual void ReadAttributes (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, System.Xml.XmlReader reader);
abstract member ReadAttributes : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * System.Xml.XmlReader -> unit
override this.ReadAttributes : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * System.Xml.XmlReader -> unit
Protected Friend Overridable Sub ReadAttributes (element As ManagementPackElement, reader As XmlReader)

Parameters

element
ManagementPackElement

The management pack element to read the attributes from.

reader
XmlReader

The XML reader used to read this management pack element.

Applies to