AppWindow.GetFromWindowId(WindowId) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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
如果 无法与有效窗口匹配,则为 。