setAt method
Collapse the table of content
Expand the table of content

SortedListProjection.setAt method

Applies to Windows and Windows Phone

Replaces the value at the specified index with a new value.

Syntax


sortedListProjection.setAt(index, newValue);

Parameters

index

Type: Number

The index of the value to be replaced.

newValue

Type: Object

The new value.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Binding

See also

SortedListProjection

 

 

Show:
© 2017 Microsoft