Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 684 Bytes

windowtabmanager_getforwindow_403611679.md

File metadata and controls

33 lines (20 loc) · 684 Bytes
-api-id -api-type
M:Windows.UI.Shell.WindowTabManager.GetForWindow(Windows.UI.WindowId)
winrt method

Windows.UI.Shell.WindowTabManager.GetForWindow(Windows.UI.WindowId)

-description

Retrieves an instance of WindowTabManager associated with the specified window.

-parameters

-param id

The WindowId of the window to retrieve the WindowTabManager for.

-returns

A WindowTabManager for the specified window.

-remarks

Important

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

-see-also

-examples