Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 667 Bytes

windowtabcollection_movetab_723358230.md

File metadata and controls

33 lines (20 loc) · 667 Bytes
-api-id -api-type
M:Windows.UI.Shell.WindowTabCollection.MoveTab(Windows.UI.Shell.WindowTab,System.UInt32)
winrt method

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

-description

Moves the specified window tab to a new location in the collection.

-parameters

-param tab

The window tab to move.

-param index

The zero-based index that specifies the new location of the item.

-remarks

Important

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

-see-also

-examples