AppWindow.GetFromWindowId(WindowId) 方法

定义

返回 AppWindow 具有指定 WindowId的 (如果可用)。 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的 ,如果 可用,WindowId则为 ;null如果 无法与有效窗口匹配,则为 。

适用于

另请参阅