IItemContainerMapping 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供允许 ItemsControl 将数据项映射到 UI 容器的方法。
public interface class IItemContainerMapping
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1405743674, 62045, 17514, 153, 184, 199, 174, 184, 57, 5, 15)]
struct IItemContainerMapping
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1405743674, 62045, 17514, 153, 184, 199, 174, 184, 57, 5, 15)]
public interface IItemContainerMapping
Public Interface IItemContainerMapping
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
方法
ContainerFromIndex(Int32) |
返回 ItemCollection 中指定索引处项的容器。 |
ContainerFromItem(Object) |
返回与指定项对应的容器。 |
IndexFromContainer(DependencyObject) |
返回具有指定生成的容器的项的索引。 |
ItemFromContainer(DependencyObject) |
返回与指定的生成的容器对应的项。 |