ManagementPackReportParameterControlImplementation.WriteXml 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.
Writes the XML for the report control implementation in the specified management pack.
public:
void WriteXml(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Xml::XmlWriter ^ writer);
public void WriteXml (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Xml.XmlWriter writer);
member this.WriteXml : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Xml.XmlWriter -> unit
Public Sub WriteXml (mp As ManagementPack, writer As XmlWriter)
Parameters
The management pack to write the XML in.
- writer
- XmlWriter
The XML writer used to write the XML.