getItemFromKey method
Collapse the table of content
Expand the table of content

GroupedSortedListProjection.getItemFromKey method

Applies to Windows and Windows Phone

Gets a key/data pair for the specified item key.

Syntax


var object = groupedSortedListProjection.getItemFromKey(key);

Parameters

key

Type: String

The 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

See also

GroupedSortedListProjection

 

 

Show:
© 2017 Microsoft