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

関連付けられたプロパティ。

適用対象