DisplayTarget.DeviceInterfacePath Property

Definition

Gets the PnP device interface of any monitor connected to the target when the object was created, or null if no monitor was connected.

public:
 property Platform::String ^ DeviceInterfacePath { Platform::String ^ get(); };
winrt::hstring DeviceInterfacePath();
public string DeviceInterfacePath { get; }
var string = displayTarget.deviceInterfacePath;
Public ReadOnly Property DeviceInterfacePath As String

Property Value

String

Platform::String

winrt::hstring

The PnP device interface of any monitor connected to the target when the object was created, or null if no monitor was connected.

Applies to