Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 694 Bytes

setterbasecollection_removeat_1960564133.md

File metadata and controls

31 lines (19 loc) · 694 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.SetterBaseCollection.RemoveAt(System.UInt32)
winrt method

Microsoft.UI.Xaml.SetterBaseCollection.RemoveAt

-description

Removes the item at the specified index.

-parameters

-param index

The index position of the item to remove.

-remarks

If successful, calling this method reduces the collection size by one. Items with index values greater than the called index have their index values reduced by one.

Note

The equivalent Microsoft .NET API is RemoveAt.

-examples

-see-also