QueryCollection.forEach method

This topic has not yet been rated - Rate this topic

Performs an action on each item in the QueryCollection.

Syntax


var queryCollection = queryCollection.forEach(callbackFn, thisArg);

Parameters

callbackFn

Type: Function

The action to perform on each item.

thisArg

Type: Object

The argument to bind to callbackFn.

Return value

Type: QueryCollection

The QueryCollection.

Requirements

Namespace

WinJS.Utilities

Library

Base.js

See also

QueryCollection

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.