共用方式為


IItemContainerMapping 介面

定義

提供方法,讓 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)

傳回對應至指定之產生的容器的專案。

適用於