ItemsRepeater.TryGetElement(Int32) 方法

定义

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

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

参数

index
Int32

int

项的索引。

返回

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

注解

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

适用于

另请参阅