ItemsRepeater.GetOrCreateElement(Int32) 方法

定义

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

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

参数

index
Int32

int

项的索引。

返回

与指定索引处的项相对应的 UIElement。 如果未实现该项,则会创建新的 UIElement。

注解

此方法执行以下两项操作:

  1. 获取与数据源中指定 索引处的项对应的 UIElement。 如有必要,此方法会导致实现虚拟化项,并为其创建新的 UIElement。
  2. 下一个布局上的元素作为建议的定位点传递的队列,以便布局用作起点。

适用于

另请参阅