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)

[To be supplied.]

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

Parameters

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

See Also

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