SearchRequest.ToXmlNode(XmlDocument) Méthode
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:
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
- doc
- XmlDocument
Objet XmlDocument.
Objet XmlElement obtenu.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :