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
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 |
|
See also
Build date: 12/4/2012
