Share via


ManagementPackWarehouseProperty.ReadAttributes Method

Definition

Reads the attributes from this management pack element.

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

Parameters

element
ManagementPackElement

The element to read the attributes from.

reader
XmlReader

The XML reader used to read this element.

Applies to