ConfigXmlDocument::Load Method

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

NameDescription
System_CAPS_pubmethodLoad(Stream^)

Loads the XML document from the specified stream.(Inherited from XmlDocument.)

System_CAPS_pubmethodLoad(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Loads the configuration file.(Overrides XmlDocument::Load(String^).)

System_CAPS_pubmethodLoad(TextReader^)

Loads the XML document from the specified TextReader.(Inherited from XmlDocument.)

System_CAPS_pubmethodLoad(XmlReader^)

Loads the XML document from the specified XmlReader.(Inherited from XmlDocument.)

Return to top
Show: