WindowTabManager.GetForWindow(WindowId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an instance of WindowTabManager
associated with the specified window.
public:
static WindowTabManager ^ GetForWindow(WindowId id);
static WindowTabManager GetForWindow(WindowId const& id);
public static WindowTabManager GetForWindow(WindowId id);
function getForWindow(id)
Public Shared Function GetForWindow (id As WindowId) As WindowTabManager
Parameters
- id
- WindowId
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.