AddRequest.ToXmlNode(XmlDocument) Méthode

Définition

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

Paramètres

Retours

Objet XmlElement obtenu.

S’applique à