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.
Gets or sets the items returned by the fetch operation.
Syntax
var items = iFetchResult.items;
iFetchResult.items = items;
Property value
Type: Array
An array containing the requested IItem objects.
Remarks
A fetch result can retrieve additional items in additional to the item you requested. To locate the item you requested, use the offset property.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |