Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 923 Bytes

setterbasecollection_insertat_977777534.md

File metadata and controls

37 lines (22 loc) · 923 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.SetterBaseCollection.InsertAt(System.UInt32,Microsoft.UI.Xaml.SetterBase)
winrt method

Microsoft.UI.Xaml.SetterBaseCollection.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

Insert