List.getAt method

1 out of 1 rated this helpful - Rate this topic

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

Namespace

WinJS.Binding

Library

Base.js

See also

List

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.