This topic has not yet been rated - Rate this topic

DoubleCollection.SetAt method

Sets the value at the specified index to the Double value specified.

Syntax


public:
void SetAt(
  unsigned int index, 
  double value
)

Parameters

index

Type: UInt32

The index at which to set the value.

value

Type: Double

The value to set.

Remarks

InsertAt expands the collection and moves all subsequent index items by one.

In contrast, SetAt replaces the item at the index, and the collection count remains the same.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows::UI::Xaml::Media

Metadata

Windows.winmd

See also

DoubleCollection

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.