DisplayAdapter.DeviceInterfacePath 属性

定义

获取此适配器的 PnP 设备接口路径。

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

属性值

String

Platform::String

winrt::hstring

包含 PnP 设备接口路径的字符串。

适用于