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 an item from the QueryCollection.
Syntax
var object = queryCollection.get(index);
Parameters
index
Type: integerThe index of the item to return.
Return value
Type: Object
A single item from the collection.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |