ISelection.getIndices method
Returns a list of the indexes for the items in the selection.
Syntax
var array = iSelection.getIndices();
Parameters
This method has no parameters.
Return value
Type: Array**
The list of indexes for the items in the selection as an array of Number objects.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |