共用方式為


WindowTabManager.GetForWindow(WindowId) 方法

定義

擷取與指定視窗相關聯的 實例 WindowTabManager

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

參數

id
WindowId

WindowId要擷取 WindowTabManager 之視窗的 。

傳回

WindowTabManager指定視窗的 。

備註

重要

此 API 僅適用于 Win32 傳統型應用程式。 不支援 UWP 和其他應用程式類型。

適用於