WinJS.Binding.GroupsListProjection object

A list of groups.
Syntax
var object = new WinJS.Binding.GroupsListProjection();
Members
The GroupsListProjection object has these types of members:
Methods
The GroupsListProjection object has these methods.
| Method | Description |
|---|---|
| getItem |
Gets a key/data pair for the specified index. |
| getItemFromKey |
Gets a key/data pair for the specified key. |
| indexOfKey |
Returns the index of the first occurrence of a key in a list. |
Properties
The GroupsListProjection object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
The length of the list. Returns an integer value one higher than the highest element defined in an list. |
Remarks
This object inherits from WinJS.Binding.List. You can manipulate a FilteredListProjection using many of the same techniques as a List object.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Binding |