Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 949 Bytes

setterbasecollection_setat_1418942598.md

File metadata and controls

35 lines (22 loc) · 949 Bytes
-api-id -api-type
M:Windows.UI.Xaml.SetterBaseCollection.SetAt(System.UInt32,Windows.UI.Xaml.SetterBase)
winrt method

Windows.UI.Xaml.SetterBaseCollection.SetAt

-description

Sets the value at the specified index to the SetterBase 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.

Note

The equivalent Microsoft .NET API is Item (the indexer).

-examples

-see-also

Item