'Declaration Public Overloads Sub ClearValue( _ ByVal key As DependencyPropertyKey _ )
public void ClearValue( DependencyPropertyKey key )
Parameters
- key
- The key for the dependency property to be cleared.
'Declaration Public Overloads Sub ClearValue( _ ByVal key As DependencyPropertyKey _ )
public void ClearValue( DependencyPropertyKey key )
Exception | Description |
---|---|
System.InvalidOperationException | Attempted to call System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty) on a sealed System.Windows.DependencyObject. |