GroupItem.IContainItemStorage.ClearItemValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除指定的项目与该元素之间的关联。
virtual void System.Windows.Controls.Primitives.IContainItemStorage.ClearItemValue(System::Object ^ item, System::Windows::DependencyProperty ^ dp) = System::Windows::Controls::Primitives::IContainItemStorage::ClearItemValue;
void IContainItemStorage.ClearItemValue (object item, System.Windows.DependencyProperty dp);
abstract member System.Windows.Controls.Primitives.IContainItemStorage.ClearItemValue : obj * System.Windows.DependencyProperty -> unit
override this.System.Windows.Controls.Primitives.IContainItemStorage.ClearItemValue : obj * System.Windows.DependencyProperty -> unit
Sub ClearItemValue (item As Object, dp As DependencyProperty) Implements IContainItemStorage.ClearItemValue
参数
- item
- Object
关联的项。
关联的属性。