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

适用于