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 items in the specified index range.
Syntax
WinJS.UI.getItemsFromRanges(dataSource, ranges).done( /* Your success and error handlers */ );
Parameters
dataSource
Type: IListDataSource**The data source that contains the items to retrieve.
ranges
Type: ArrayAn array of ISelectionRange objects that have firstIndex and lastIndex values.
Return value
Type: Promise**
A Promise that contains an array of the requested IItem objects.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |