Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 618 Bytes

hubsectioncollection_insertat_504446638.md

File metadata and controls

27 lines (19 loc) · 618 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.HubSectionCollection.InsertAt(System.UInt32,Microsoft.UI.Xaml.Controls.HubSection)
winrt method

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

-examples

-see-also