AppWindow.GetFromWindowId(WindowId) メソッド

定義

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

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識別子。

戻り値

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

適用対象

こちらもご覧ください