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

[To be supplied.]

[Visual Basic]
Overloads Protected Sub New( _
   ByVal nameTable As INameTable _
)
[C#]
protected XmlWriter(
   INameTable nameTable
);
[C++]
protected: XmlWriter(
   INameTable* nameTable
);
[JScript]
protected function XmlWriter(
   nameTable : INameTable
);

Parameters

nameTable
[To be supplied.]

See Also

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