XMLNode.LoadXml Method
Visual Studio 2012
Populates an XMLNode control with data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
LoadXml(String) | Populates an XMLNode control with data from the specified XML string. |
|
LoadXml(XmlDocument) | Populates an XMLNode control with data from the root node of the specified XmlDocument. |
|
LoadXml(XmlElement) | Populates an XMLNode control with data from an XmlElement. |