CompareRequest.ToXmlNode(XmlDocument) Método

Definición

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

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 objeto DirectoryAttribute debe contener exactamente un valor.

Se aplica a