共用方式為


DisplayTarget.DeviceInterfacePath 屬性

定義

取得建立物件時連接到目標之任何監視器的 PnP 裝置介面,如果未連接任何監視器,則 null 為 。

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

建立物件時,任何監視器的 PnP 裝置介面會連線到目標,或 null 未連線任何監視器。

適用於