[To be supplied.]
[Visual Basic] MustOverride Public Function FindNamespace( _ ByVal prefix As String, _ ByRef urn As String, _ ByRef srcURN As String _ ) As Boolean [C#] public abstract bool FindNamespace( string prefix, ref string urn, ref string srcURN ); [C++] public: virtual bool FindNamespace( String* prefix, String** urn, String** srcURN ) = 0; [JScript] public abstract function FindNamespace( prefix : String, urn : String, srcURN : String ) : Boolean;
NamespaceManager Class | NamespaceManager Members | System.Data.XML Namespace