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 物件。

適用於