DisplayMonitor.DisplayAdapterDeviceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the device identifier of the display adapter to which the monitor is connected. Note that the display adapter may not be the most suitable device for rendering.
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
Property Value
The device identifier for the display adapter to which the monitor is connected if known, otherwise null
.