DsmlAuthRequest.ToXmlNode(XmlDocument) Método

Definición

El método ToXmlNode(XmlDocument) transforma un objeto XmlDocument en su representación XML de 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

Objeto XmlDocument.

Devoluciones

El objeto XmlElement transformado.

Se aplica a