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.
Performs an action on each item in the QueryCollection.
Syntax
var queryCollection = queryCollection.forEach(callbackFn, thisArg);
Parameters
callbackFn
Type: FunctionThe action to perform on each item.
thisArg
Type: ObjectThe argument to bind to callbackFn.
Return value
Type: QueryCollection
The QueryCollection.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |