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.Add

[To be supplied.]

Overload List

Add the given schemas into the schema collection. If the given schema references other namespaces, the schemas for those other namespaces are NOT automatically loaded

[Visual Basic] Overloads Public Sub Add(String, XmlReader)
[C#] public void Add(String, XmlReader);
[C++] public: void Add(String*, XmlReader);
[JScript] public function Add(String, XmlReader);

Add the given schemas into the schema collection. If the given schema references other namespaces, the schemas for those other namespaces are NOT automatically loaded

[Visual Basic] Overloads Public Sub Add(String, IDataNavigator)
[C#] public void Add(String, IDataNavigator);
[C++] public: void Add(String*, IDataNavigator);
[JScript] public function Add(String, IDataNavigator);

Adds all the namespaces defined in the given collection (including their associated schemas) to this collection

[Visual Basic] Overloads Public Sub Add(XmlSchemaCollection)
[C#] public void Add(XmlSchemaCollection);
[C++] public: void Add(XmlSchemaCollection*);
[JScript] public function Add(XmlSchemaCollection);

See Also

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