[To be supplied.]
[Visual Basic] Function GetResource( _ ByVal baseUri As String, _ ByVal relativeUri As String, _ ByVal role As String, _ ByVal type As Type, _ ByRef resolvedUri As String _ ) As Object [C#] object GetResource( string baseUri, string relativeUri, string role, Type type, ref string resolvedUri ); [C++] Object* GetResource( String* baseUri, String* relativeUri, String* role, Type* type, String** resolvedUri ) = 0; [JScript] function GetResource( baseUri : String, relativeUri : String, role : String, type : Type, resolvedUri : String ) : Object;
IUriResolver Interface | IUriResolver Members | System.Data Namespace