Condividi tramite


DsmlAuthRequest.ToXmlNode(XmlDocument) Metodo

Definizione

Il metodo ToXmlNode(XmlDocument) trasforma un oggetto XmlDocument nella relativa rappresentazione 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

Parametri

doc
XmlDocument

Oggetto XmlDocument.

Restituisce

L'oggetto XmlElement trasformato.

Si applica a