Removes the schema associated with the given namespace URI.
[Visual Basic] Public Sub Remove( _ ByVal namespaceURI As String _ ) [C#] public void Remove( string namespaceURI ); [C++] public: void Remove( String* namespaceURI ); [JScript] public function Remove( namespaceURI : String );
XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace