다음을 통해 공유


DisplayMonitor.DisplayAdapterDeviceId 속성

정의

모니터가 연결된 디스플레이 어댑터의 디바이스 식별자를 가져옵니다. 디스플레이 어댑터는 렌더링에 가장 적합한 디바이스가 아닐 수 있습니다.

public:
 property Platform::String ^ DisplayAdapterDeviceId { Platform::String ^ get(); };
winrt::hstring DisplayAdapterDeviceId();
public string DisplayAdapterDeviceId { get; }
var string = displayMonitor.displayAdapterDeviceId;
Public ReadOnly Property DisplayAdapterDeviceId As String

속성 값

String

Platform::String

winrt::hstring

알려진 경우 모니터가 연결된 디스플레이 어댑터의 디바이스 식별자이고, 그렇지 않으면 null입니다.

적용 대상