AppWindow.GetFromWindowId(WindowId) 메서드

정의

AppWindow 사용 가능한 경우 지정된 를 사용하여 를 WindowId반환합니다. 를 유효한 창과 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.

반환

AppWindow 지정된 WindowId가 있는 이며, 사용 가능한 null 경우 이 WindowId 유효한 창과 일치할 수 없는 경우 입니다.

적용 대상

추가 정보