This topic has not yet been rated - Rate this topic

XMLNode.LoadXml Method

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.

  NameDescription
Public method LoadXml(String) Populates an XMLNode control with data from the specified XML string.
Public method LoadXml(XmlDocument) Populates an XMLNode control with data from the root node of the specified XmlDocument.
Public method LoadXml(XmlElement) Populates an XMLNode control with data from an XmlElement.
Top

This method does not add additional XMLNode controls or delete unnecessary XMLNode controls from the document.

This method updates all attributes of the XMLNode control.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.