DirectoryRequest.ToXmlNode(XmlDocument) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La méthode ToXmlNode(XmlDocument) crée un nœud XML à partir de l'objet XmlDocument spécifié.
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
Paramètres
- doc
- XmlDocument
XmlDocument à représenter comme élément XML.
Retours
Élément XmlElement créé.