IItemContainerMapping 接口

定义

提供允许 ItemsControl 将数据项映射到 UI 容器的方法。

public interface class IItemContainerMapping
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3017816626, 60035, 22054, 191, 218, 211, 39, 161, 199, 85, 12)]
struct IItemContainerMapping
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3017816626, 60035, 22054, 191, 218, 211, 39, 161, 199, 85, 12)]
public interface IItemContainerMapping
Public Interface IItemContainerMapping
派生
属性

方法

ContainerFromIndex(Int32)

返回 ItemCollection 中指定索引处的项的容器。

ContainerFromItem(Object)

返回与指定项对应的容器。

IndexFromContainer(DependencyObject)

返回具有指定生成的容器的项的索引。

ItemFromContainer(DependencyObject)

返回与指定的生成容器对应的项。

适用于