ManagementPackTemplate.ReadElements(ManagementPack, XmlReader) 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 child elements from this management pack element.
protected public:
override bool ReadElements(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Xml::XmlReader ^ reader);
protected internal override bool ReadElements (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Xml.XmlReader reader);
override this.ReadElements : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Xml.XmlReader -> bool
Protected Friend Overrides Function ReadElements (mp As ManagementPack, reader As XmlReader) As Boolean
Parameters
The management pack element to read the elements from.
- reader
- XmlReader
The XML reader used to read this management pack element.
Returns
true
if this method succeeded; otherwise, false
.