DataObject.GetXml Metodo

Definizione

Restituisce la rappresentazione XML dell'oggetto DataObject .

public:
 System::Xml::XmlElement ^ GetXml();
public System.Xml.XmlElement GetXml();
member this.GetXml : unit -> System.Xml.XmlElement
Public Function GetXml () As XmlElement

Valori restituiti

Rappresentazione XML dell'oggetto DataObject .

Commenti

Utilizzare questo metodo per restituire xml per un oggetto DataObject.

Si applica a