DsmlAuthRequest.ToXmlNode(XmlDocument) 方法

定义

ToXmlNode(XmlDocument) 方法将 XmlDocument 对象转换为其 DSML v2 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 对象。

适用于