ItemContainerGenerator.GeneratorPositionFromIndex(Int32) Метод

Определение

Возвращает сгенерированную позицию элемента по указанному индексу.

public:
 virtual GeneratorPosition GeneratorPositionFromIndex(int itemIndex) = GeneratorPositionFromIndex;
GeneratorPosition GeneratorPositionFromIndex(int const& itemIndex);
public GeneratorPosition GeneratorPositionFromIndex(int itemIndex);
function generatorPositionFromIndex(itemIndex)
Public Function GeneratorPositionFromIndex (itemIndex As Integer) As GeneratorPosition

Параметры

itemIndex
Int32

int

Индекс элемента, для которого требуется получить позицию.

Возвращаемое значение

Позиция элемента, созданного ItemContainerGenerator.

Применяется к