Share via


WindowTabManager.GetForWindow(WindowId) Method

Definition

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.

Applies to