SearchRequest.ToXmlNode(XmlDocument) Método

Definição

O método ToXmlNode(XmlDocument) cria um nó XML com base no objeto XmlDocument especificado.The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object.

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

Parâmetros

doc
XmlDocument

Um objeto XmlDocument.A XmlDocument object.

Retornos

XmlElement

O tipo do objeto XmlElement resultante.The resulting XmlElement object.

Aplica-se a