DsmlResponseDocument.ToXml メソッド

定義

ToXml() メソッドは、コレクション内の各 DirectoryResponse オブジェクトを、XmlDocument オブジェクトに変換します。

public:
 override System::Xml::XmlDocument ^ ToXml();
public override System.Xml.XmlDocument ToXml ();
override this.ToXml : unit -> System.Xml.XmlDocument
Public Overrides Function ToXml () As XmlDocument

戻り値

XmlDocument

変換された XmlDocument オブジェクト。

適用対象