QueryCollection.get method

Gets an item from the QueryCollection.

Syntax

var object = queryCollection.get(index);

Parameters

  • index
    Type: integer

    The 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

See also

QueryCollection