Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 812 Bytes

dependencyobjectcollection_insertat_2143893086.md

File metadata and controls

35 lines (21 loc) · 812 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.DependencyObjectCollection.InsertAt(System.UInt32,Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.DependencyObjectCollection.InsertAt

-description

Inserts the specified item at the specified index.

-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.

Note

The equivalent Microsoft .NET API is Insert.

-examples

-see-also