AddRequest.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 对象。

适用于