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 (XmlReader)

Loads the XML document from the specified XmlReader.

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

Parameters

reader
XmlReader containing the XML document to load.

See Also

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