'宣言
Public Overloads Sub ClearValue( _ ByVal key As DependencyPropertyKey _ )
public void ClearValue( DependencyPropertyKey key )
パラメータ
- key
- The key for the dependency property to be cleared.
'宣言
Public Overloads Sub ClearValue( _ ByVal key As DependencyPropertyKey _ )
public void ClearValue( DependencyPropertyKey key )
例外 | 解説 |
---|---|
System.InvalidOperationException | Attempted to call System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty) on a sealed System.Windows.DependencyObject. |