Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 747 Bytes

compositionshapecollection_setat_173207320.md

File metadata and controls

34 lines (20 loc) · 747 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.CompositionShapeCollection.SetAt(System.UInt32,Microsoft.UI.Composition.CompositionShape)
winrt method

Microsoft.UI.Composition.CompositionShapeCollection.SetAt

-description

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

-parameters

-param index

The index at which to set the value.

-param value

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.

-see-also

-examples