DisplayRegion.DisplayMonitorDeviceId 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 ID for the monitor associated with the display region.
public:
property Platform::String ^ DisplayMonitorDeviceId { Platform::String ^ get(); };
winrt::hstring DisplayMonitorDeviceId();
public string DisplayMonitorDeviceId { get; }
var string = displayRegion.displayMonitorDeviceId;
Public ReadOnly Property DisplayMonitorDeviceId As String
Property Value
The device ID for the monitor associated with the display region.