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

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

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

Parameters

other
[To be supplied.]

See Also

XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace | XmlSchemaCollection.Add Overload List