SearchRequest.ToXmlNode(XmlDocument) 方法

定義

ToXmlNode(XmlDocument) 方法會從指定的 XmlDocument 物件建立 XML 節點。

protected:
 override System::Xml::XmlElement ^ ToXmlNode(System::Xml::XmlDocument ^ doc);
protected override System.Xml.XmlElement ToXmlNode (System.Xml.XmlDocument doc);
override this.ToXmlNode : System.Xml.XmlDocument -> System.Xml.XmlElement
Protected Overrides Function ToXmlNode (doc As XmlDocument) As XmlElement

參數

doc
XmlDocument

XmlDocument 物件。

傳回

產生 XmlElement 物件。

適用於