GroupedSortedListProjection.getItemFromKey method
Gets a key/data pair for the specified item key.
Syntax
var object = groupedSortedListProjection.getItemFromKey(key);
Parameters
key
Type: StringThe key 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 |