Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 797 Bytes

compositionshapecollection_insertat_2048149806.md

File metadata and controls

36 lines (20 loc) · 797 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionShapeCollection.InsertAt(System.UInt32,Windows.UI.Composition.CompositionShape)
winrt method

Windows.UI.Composition.CompositionShapeCollection.InsertAt

-description

Inserts the specified item at the specified index.

-parameters

-param index

The zero-based index at which to insert the item.

-param value

The object to insert into the collection.

-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