DirectoryRequest.ToXmlNode(XmlDocument) Metodo

Definizione

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

protected:
 abstract System::Xml::XmlElement ^ ToXmlNode(System::Xml::XmlDocument ^ doc);
protected abstract System.Xml.XmlElement ToXmlNode(System.Xml.XmlDocument doc);
abstract member ToXmlNode : System.Xml.XmlDocument -> System.Xml.XmlElement
Protected MustOverride Function ToXmlNode (doc As XmlDocument) As XmlElement

Parametri

doc
XmlDocument

Oggetto XmlDocument da rappresentare come elemento XML.

Valori restituiti

Oggetto creato XmlElement.

Si applica a