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 (String, Encoding, INameTable)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String, _
   ByVal enc As Encoding, _
   ByVal nt As INameTable _
)
[C#]
public XmlWriter(
   string fileName,
   Encoding enc,
   INameTable nt
);
[C++]
public: XmlWriter(
   String* fileName,
   Encoding* enc,
   INameTable* nt
);
[JScript]
public function XmlWriter(
   fileName : String,
   enc : Encoding,
   nt : INameTable
);

Parameters

fileName
[To be supplied.]
enc
[To be supplied.]
nt
[To be supplied.]

See Also

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