IContainItemStorage 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为项目面板提供属性包实现。
public interface class IContainItemStorage
public interface IContainItemStorage
type IContainItemStorage = interface
Public Interface IContainItemStorage
- 派生
注解
ItemsControl和 GroupItem 类实现此接口,以便项面板可以存储其项的状态。
方法
Clear() |
清除所有的属性关联。 |
ClearItemValue(Object, DependencyProperty) |
删除指定的项目与该元素之间的关联。 |
ClearValue(DependencyProperty) |
从所有属性包中移除指定的属性组。 |
ReadItemValue(Object, DependencyProperty) |
返回与指定项相关的指定属性的值。 |
StoreItemValue(Object, DependencyProperty, Object) |
存储指定的属性和值,并将它们与指定的项相关联。 |