AppWindow.GetFromWindowId(WindowId) メソッド

定義

指定したWindowIdを持つAppWindow (使用可能な場合) を返します。 WindowIdが有効なウィンドウと一致しない場合は、nullを返します。

public:
 static AppWindow ^ GetFromWindowId(WindowId windowId);
 static AppWindow GetFromWindowId(WindowId const& windowId);
public static AppWindow GetFromWindowId(WindowId windowId);
function getFromWindowId(windowId)
Public Shared Function GetFromWindowId (windowId As WindowId) As AppWindow

パラメーター

windowId
WindowId

AppWindowの識別子。

返品

指定したWindowIdを持つAppWindow (使用可能な場合)。 WindowIdを有効なウィンドウと一致できない場合にnull

適用対象

こちらもご覧ください