DisplayTarget.DeviceInterfacePath 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 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
The PnP device interface of any monitor connected to the target when the object was created, or null
if no monitor was connected.