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!

XmlSchemaCollection Constructor

Public constructor.

[Visual Basic]
Public Sub New( _
   ByVal nt As INameTable _
)
[C#]
public XmlSchemaCollection(
   INameTable nt
);
[C++]
public: XmlSchemaCollection(
   INameTable* nt
);
[JScript]
public function XmlSchemaCollection(
   nt : INameTable
);

Parameters

nt
[To be supplied.]

See Also

XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace