ExtendedRequest.ToXmlNode(XmlDocument) 方法
定义
ToXmlNode(XmlDocument) 方法根据指定的 XmlDocument 对象创建 XML 节点。The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object.
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 对象。An XmlDocument object.
返回
生成的 XmlElement 对象。The resulting XmlElement object.