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
.NET Framework (current version)
Loads the specified XML data from a Stream, a URL, a TextReader, or an XmlReader.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Load(Stream^) | Loads the XML document from the specified stream. |
![]() | Load(String^) | Loads the XML document from the specified URL. |
![]() | Load(TextReader^) | Loads the XML document from the specified TextReader. |
![]() | Load(XmlReader^) | Loads the XML document from the specified XmlReader. |
Show:
