DirectoryRequest.ToXmlNode(XmlDocument) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ToXmlNode(XmlDocument) 方法會從指定的 XmlDocument 物件建立 XML 節點。
protected:
abstract System::Xml::XmlElement ^ ToXmlNode(System::Xml::XmlDocument ^ doc);
protected abstract System.Xml.XmlElement ToXmlNode (System.Xml.XmlDocument doc);
abstract member ToXmlNode : System.Xml.XmlDocument -> System.Xml.XmlElement
Protected MustOverride Function ToXmlNode (doc As XmlDocument) As XmlElement
參數
- doc
- XmlDocument
要做為 XML 項目 (Element) 表示的 XmlDocument。
傳回
建立的 XmlElement。