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)

Creates an instance of the XmlTextWriter class using the specified TextWriter.

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

Parameters

w
TextWriter to write to. It is assumed that the writer is already set to the correct encoding.

See Also

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