'宣言
Public Overloads Sub SetValue( _ ByVal key As DependencyPropertyKey, _ ByVal value As Object _ )
public void SetValue( DependencyPropertyKey key, object value )
パラメータ
- key
- The System.Windows.DependencyPropertyKey identifier of the property to set.
- value
- The new local value.