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

例外

DirectoryAttribute 对象必须恰好包含一个值。

适用于