NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocument.Load (TextReader)

Loads the XML document from the specified TextReader.

[Visual Basic]
Overloads Overridable Public Sub Load( _
   ByVal reader As TextReader _
)
[C#]
public virtual void Load(
   TextReader reader
);
[C++]
public: virtual void Load(
   TextReader* reader
);
[JScript]
public function Load(
   reader : TextReader
);

Parameters

reader
TextReader containing the XML document to load.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace | XmlDocument.Load Overload List