DisplayAdapter.DeviceInterfacePath Property

Definition

Gets the PnP device interface path for this adapter.

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

Property Value

String

Platform::String

winrt::hstring

A string containing a PnP device interface path.

Applies to