DsmlAuthRequest.ToXmlNode(XmlDocument) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 对象。