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.
Returns the index of the first occurrence of a key in a list.
Syntax
var number = filteredListProjection.indexOfKey(key);
Parameters
key
Type: StringThe key to locate in the list.
Return value
Type: Number
The index of the first occurrence of a key in a list, or -1 if not found.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |