ItemContainerGenerator.IndexFromGeneratorPosition(GeneratorPosition) 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.
Returns the index that maps to the specified GeneratorPosition.
public:
virtual int IndexFromGeneratorPosition(GeneratorPosition position) = IndexFromGeneratorPosition;
int IndexFromGeneratorPosition(GeneratorPosition const& position);
public int IndexFromGeneratorPosition(GeneratorPosition position);
function indexFromGeneratorPosition(position)
Public Function IndexFromGeneratorPosition (position As GeneratorPosition) As Integer
Parameters
- position
- GeneratorPosition
The GeneratorPosition for the desired index.
Returns
Int32
int
The index that maps to the specified GeneratorPosition.