Share via


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の場合)。

適用対象