SortedListProjection.getItem method

Returns a key/data pair for the specified index.

Syntax

var object = sortedListProjection.getItem(index);

Parameters

  • index
    Type: Number

    The 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

See also

SortedListProjection