GroupsListProjection.getItem method
Gets a key/data pair for the specified index.
Syntax
var object = groupsListProjection.getItem(index);
Parameters
index
Type: NumberThe index of the value to retrieve.
Return value
Type: Object
An object that has two properties: key and data.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |