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.
.png)
Appends new element(s) to a list, and returns the new length of the list.
Syntax
var number = list.push(value);
Parameters
value
Type: ObjectThe element to insert at the end of the list.
Return value
Type: Number
The new length of the list.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |