Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 840 Bytes

uielementcollection_insertat_1232866588.md

File metadata and controls

30 lines (20 loc) · 840 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.UIElementCollection.InsertAt(System.UInt32,Windows.UI.Xaml.UIElement)
winrt method

Windows.UI.Xaml.Controls.UIElementCollection.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.

If you are programming using C# or Microsoft Visual Basic, see Insert.

-examples

-see-also