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

Looks up the schema by it's associated namespace URI

[Visual Basic]
Public Function Get( _
   ByVal namespaceURI As String _
) As IDataNavigator
[C#]
public IDataNavigator Get(
   string namespaceURI
);
[C++]
public: IDataNavigator* Get(
   String* namespaceURI
);
[JScript]
public function Get(
   namespaceURI : String
) : IDataNavigator;

Parameters

namespaceURI
[To be supplied.]

Return Value

A read/only view of the schema. Null if there is currently no loaded schema associated with the given namespace.

See Also

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