ItemsRepeater.TryGetElement(Int32) 方法

定义

检索与数据源中指定索引处的项对应的已实现的 UIElement。

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

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

参数

index
Int32

int

项的索引。

返回

如果实现项,则对应于指定索引处的项的 UIElement;如果未实现该项,则为 null

注解

当 UIElement 准备好显示项时 ,将实现 项。 请求未实现的项的元素不会导致实现:而是将其报告为 null

适用于

另请参阅