'宣言
Public Function FindResource( _ ByVal resourceKey As Object _ ) As Object
public object FindResource( object resourceKey )
パラメータ
- resourceKey
- The key identifier for the requested resource.
戻り値の型
The requested resource. If no resource with the provided key was found, an exception is thrown. An System.Windows.DependencyProperty.UnsetValue value might also be returned in the exception case.