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!

XmlTextReader Constructor (String)

Initializes a new instance of the XmlTextReader class with the specified file.

[Visual Basic]
Overloads Public Sub New( _
   ByVal url As String _
)
[C#]
public XmlTextReader(
   string url
);
[C++]
public: XmlTextReader(
   String* url
);
[JScript]
public function XmlTextReader(
   url : String
);

Parameters

url
The URL for the file containing the XML data to read.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace | XmlTextReader Constructor Overload List