'Declaration Public Function TryFindResource( _ ByVal resourceKey As Object _ ) As Object
public object TryFindResource( object resourceKey )
Parameters
- resourceKey
- The key identifier of the resource to be found.
Return Value
The found resource, or null if no resource with the provided key is found.