List.getAt method

Gets the value at the specified index.

Syntax

var object = list.getAt(index);

Parameters

  • index
    Type: Number

    The index of the value to get.

Return value

Type: Object

The value at the specified index.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Binding

See also

List