Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDocument::Load Method

 

Loads the specified XML data from a Stream, a URL, a TextReader, or an XmlReader.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodLoad(Stream^)

Loads the XML document from the specified stream.

System_CAPS_pubmethodLoad(String^)

Loads the XML document from the specified URL.

System_CAPS_pubmethodLoad(TextReader^)

Loads the XML document from the specified TextReader.

System_CAPS_pubmethodLoad(XmlReader^)

Loads the XML document from the specified XmlReader.

Return to top
Show:
© 2017 Microsoft