GroupsListProjection.getItemFromKey method

Gets a key/data pair for the specified key.

Syntax

var object = groupsListProjection.getItemFromKey(key);

Parameters

  • key
    Type: String

    The key of the value to retrieve.

Return value

Type: Object

An object with two properties: key and data.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Binding

See also

GroupsListProjection