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, INameTable)

[To be supplied.]

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

Parameters

s
[To be supplied.]
nt
[To be supplied.]

See Also

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