QueryCollection.children method

Creates a QueryCollection that contains the children of the specified parent element (static).
Syntax
var queryCollection = queryCollection.children(element);
Parameters
- element
-
Type: HTMLElement
The parent element.
Return value
Type: QueryCollection
The QueryCollection that contains the children of the element.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Utilities |
See also
Show: