ItemsControl.ContainerFromIndex(Int32) 方法

定义

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

public:
 virtual DependencyObject ^ ContainerFromIndex(int index) = ContainerFromIndex;
DependencyObject ContainerFromIndex(int const& index);
public DependencyObject ContainerFromIndex(int index);
function containerFromIndex(index)
Public Function ContainerFromIndex (index As Integer) As DependencyObject

参数

index
Int32

int

要检索的项的索引。

返回

项集合中位于指定索引处的项的容器(如果该项具有容器);否则为 null

实现

M:Microsoft.UI.Xaml.Controls.IItemContainerMapping.ContainerFromIndex(System.Int32) M:Microsoft.UI.Xaml.Controls.IItemContainerMapping.ContainerFromIndex(int)

适用于