'Declaration Public Function FindResource( _ ByVal resourceKey As Object _ ) As Object
public object FindResource( object resourceKey )
Parameters
- resourceKey
- The key identifier for the requested resource.
Return Value
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.