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!

IUriResolver.GetResource

[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;

Parameters

baseUri
[To be supplied.]
relativeUri
[To be supplied.]
role
[To be supplied.]
type
[To be supplied.]
resolvedUri
[To be supplied.]

See Also

IUriResolver Interface | IUriResolver Members | System.Data Namespace