DsmlAuthRequest.ToXmlNode(XmlDocument) Método

Definición

El ToXmlNode(XmlDocument) método transforma un XmlDocument objeto en su representación XML DSML v2.

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

Parámetros

doc
XmlDocument

Un objeto XmlDocument.

Devoluciones

Objeto transformado XmlElement .

Se aplica a