Share via


ManagementPackReportParameterControlImplementation.WriteXml Method

Definition

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

mp
ManagementPack

The management pack to write the XML in.

writer
XmlWriter

The XML writer used to write the XML.

Applies to