[To be supplied.]
[Visual Basic] Overridable Public Function GetResource( _ ByVal baseUri As String, _ ByVal relativeUri As String, _ ByVal role As String, _ ByVal t As Type, _ ByRef resolvedUri As String _ ) As Object [C#] public virtual object GetResource( string baseUri, string relativeUri, string role, Type t, ref string resolvedUri ); [C++] public: virtual Object* GetResource( String* baseUri, String* relativeUri, String* role, Type* t, String** resolvedUri ); [JScript] public function GetResource( baseUri : String, relativeUri : String, role : String, t : Type, resolvedUri : String ) : Object;
UriResolver Class | UriResolver Members | System.Data Namespace