Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the item from the IListDataSource that has the specified key and makes it the current item.
Syntax
iListBinding.fromKey(key, hints).done( /* Your success and error handlers */ );
Parameters
key
Type: StringThe key that identifies the item to retrieve. This value must be a non-empty string.
hints [optional]
Type: ObjectDomain-specific information that provides additional information to the IListDataAdapter to improve retrieval time.
Return value
Type: IItemPromise**
An IItemPromise that contains the requested IItem. If they item couldn't be found, the promise completes with a value of null.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |