IContainItemStorage.ClearItemValue(Object, DependencyProperty) メソッド

定義

指定したアイテムとプロパティ間の関連付けを削除します。

public:
 void ClearItemValue(System::Object ^ item, System::Windows::DependencyProperty ^ dp);
public void ClearItemValue (object item, System.Windows.DependencyProperty dp);
abstract member ClearItemValue : obj * System.Windows.DependencyProperty -> unit
Public Sub ClearItemValue (item As Object, dp As DependencyProperty)

パラメーター

item
Object

関連付けられた項目。

dp
DependencyProperty

関連付けられているプロパティ。

適用対象