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

[To be supplied.]

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

Parameters

writer
[To be supplied.]

See Also

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