WinJS.Binding.WinJS.Binding.GroupsListProjection object

This topic has not yet been rated - Rate this topic

Do not instantiate. 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.

MethodDescription
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.

PropertyDescription

length

The length of the list. Returns an integer value one higher than the highest element defined in an list.

 

Requirements

Namespace

WinJS.Binding

Library

Base.js

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.