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

关联的属性。

适用于