List.getItemFromKey method

This topic has not yet been rated - Rate this topic

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

Syntax


var object = list.getItemFromKey(key);

Parameters

key

Type: String

The key of the value to retrieve.

Return value

Type: Object

An object with .key and .data properties.

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.