DataObject.LoadXml(XmlElement) Method

Definition

Loads a DataObject state from an XML element.

public:
 void LoadXml(System::Xml::XmlElement ^ value);
public void LoadXml (System.Xml.XmlElement value);
member this.LoadXml : System.Xml.XmlElement -> unit
Public Sub LoadXml (value As XmlElement)

Parameters

value
XmlElement

The XML element to load the DataObject state from.

Exceptions

The value from the XML element is null.

Remarks

This method can be used to add additional XML elements to a DataObject object.

Applies to