QueryCollection.include method

Adds a set of items to this QueryCollection.
Syntax
queryCollection.include(items);
Parameters
- items
-
Type: Object
The items to add to the QueryCollection. This may be an array-like object, a document fragment, or a single item.
Return value
This method does not return a value.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Utilities |
See also
Show: