DisplayTarget.DeviceInterfacePath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得建立物件時連接到目標之任何監視器的 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
屬性值
建立物件時,任何監視器的 PnP 裝置介面會連線到目標,或 null
未連線任何監視器。