'宣言
Public Function TryFindResource( _ ByVal resourceKey As Object _ ) As Object
public object TryFindResource( object resourceKey )
パラメータ
- resourceKey
- The key identifier of the resource to be found.
戻り値の型
The found resource, or null 参照 (Visual Basicでは Nothing) if no resource with the provided key is found.