Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 839 Bytes

uielementcollection_removeat_1960564133.md

File metadata and controls

27 lines (19 loc) · 839 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.UIElementCollection.RemoveAt(System.UInt32)
winrt method

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

If you are programming using C# or Microsoft Visual Basic, see RemoveAt. The behavior of each language's RemoveAt is basically the same.

-examples

-see-also

IndexOf