다음을 통해 공유


DisplayInformation.CreateForDisplayId(DisplayId) 메서드

정의

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

참고

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

public:
 static DisplayInformation ^ CreateForDisplayId(DisplayId displayId);
 static DisplayInformation CreateForDisplayId(DisplayId const& displayId);
public static DisplayInformation CreateForDisplayId(DisplayId displayId);
function createForDisplayId(displayId)
Public Shared Function CreateForDisplayId (displayId As DisplayId) As DisplayInformation

매개 변수

displayId
DisplayId

DisplayInformation을 만들 디스플레이 모니터 식별자입니다.

반환

DisplayInformation 개체입니다.

적용 대상