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!

XmlWriter Constructor (TextWriter)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal s As TextWriter _
)
[C#]
public XmlWriter(
   TextWriter s
);
[C++]
public: XmlWriter(
   TextWriter* s
);
[JScript]
public function XmlWriter(
   s : TextWriter
);

Parameters

s
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.Data.XML Namespace | XmlWriter Constructor Overload List