ItemContainerGenerator.GeneratorPositionFromIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the generated position of the item at the specified index.
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
Parameters
- itemIndex
-
Int32
int
The index of the item to retrieve the position of.
Returns
The position of the item as generated by the ItemContainerGenerator.