TabView.ContainerFromIndex(Int32) 方法

定义

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

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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

参数

index
Int32

int

要检索的项的索引。

返回

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

适用于