Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 841 Bytes

windowtabcollection_insertat_1626840122.md

File metadata and controls

39 lines (22 loc) · 841 Bytes
-api-id -api-type
M:Windows.UI.Shell.WindowTabCollection.InsertAt(System.UInt32,Windows.UI.Shell.WindowTab)
winrt method

Windows.UI.Shell.WindowTabCollection.InsertAt(System.UInt32,Windows.UI.Shell.WindowTab)

-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

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

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.

-see-also

-examples