IFetchResult.items property

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 |
See also
Show: