Maps a URI to an object containing the actual resource.
[Visual Basic] Overrides Public Function GetEntity( _ ByVal absoluteUri As Uri, _ ByVal role As String, _ ByVal ofObjectToReturn As Type _ ) As Object [C#] public override object GetEntity( Uri absoluteUri, string role, Type ofObjectToReturn ); [C++] public: Object* GetEntity( Uri* absoluteUri, String* role, Type* ofObjectToReturn ); [JScript] public override function GetEntity( Uri absoluteUri, String role, Type ofObjectToReturn ): Object;
XsltResourceResolver Class | NDoc.Core Namespace