ModifyDNRequest.ToXmlNode(XmlDocument) Metodo

Definizione

Il metodo ToXmlNode(XmlDocument) crea un nodo XML dall'oggetto XmlDocument specificato.

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

Un oggetto XmlDocument.

Restituisce

XmlElement

L'oggetto XmlElement risultante.

Si applica a