CompareRequest.ToXmlNode(XmlDocument) Método

Definición

El ToXmlNode(XmlDocument) método crea un nodo XML a partir del objeto especificado XmlDocument .

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

Un objeto XmlDocument.

Devoluciones

El objeto XmlElement resultante.

Excepciones

El DirectoryAttribute objeto debe contener exactamente un valor.

Se aplica a