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 (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( _
   ByVal namespaceURI As String, _
   ByVal reader As XmlReader _
)
[C#]
public void Add(
   string namespaceURI,
   XmlReader reader
);
[C++]
public: void Add(
   String* namespaceURI,
   XmlReader* reader
);
[JScript]
public function Add(
   namespaceURI : String,
   reader : XmlReader
);

Parameters

namespaceURI
[To be supplied.]
reader
[To be supplied.]

See Also

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