다음을 통해 공유


DisplayInformation.CreateForWindowId(WindowId) 메서드

정의

지정된 WindowId에 대한 새 DisplayInformation 개체를 만듭니다.

참고

Microsoft.UI.Dispatching.DispatcherQueue가 이미 실행 중인 스레드에서 이 메서드를 호출해야 합니다.

public:
 static DisplayInformation ^ CreateForWindowId(WindowId windowId);
 static DisplayInformation CreateForWindowId(WindowId const& windowId);
public static DisplayInformation CreateForWindowId(WindowId windowId);
function createForWindowId(windowId)
Public Shared Function CreateForWindowId (windowId As WindowId) As DisplayInformation

매개 변수

windowId
WindowId

DisplayInformation을 만들 최상위 창 식별자입니다.

반환

DisplayInformation 개체입니다.

적용 대상