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!

XmlTextWriter Constructor (Stream)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal stream As Stream _
)
[C#]
public XmlTextWriter(
   Stream stream
);
[C++]
public: XmlTextWriter(
   Stream* stream
);
[JScript]
public function XmlTextWriter(
   stream : Stream
);

Parameters

stream
[To be supplied.]

See Also

XmlTextWriter Class | XmlTextWriter Members | System.Xml Namespace | XmlTextWriter Constructor Overload List