次の方法で共有


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 デバイス インターフェイス パスを含む文字列。

適用対象