Share via


DisplayTarget.DeviceInterfacePath 属性

定义

获取创建对象时或 null 未连接任何监视器时连接到目标的任何监视器的 PnP 设备接口。

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

属性值

String

Platform::String

winrt::hstring

创建对象时或 null 未连接任何监视器时连接到目标的任何监视器的 PnP 设备接口。

适用于