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