共用方式為


DisplayMonitor.DisplayAdapterDeviceId 屬性

定義

取得監視器所連接之顯示器介面卡的裝置識別碼。 請注意,顯示配接器可能不是最適合轉譯的裝置。

public:
 property Platform::String ^ DisplayAdapterDeviceId { Platform::String ^ get(); };
winrt::hstring DisplayAdapterDeviceId();
public string DisplayAdapterDeviceId { get; }
var string = displayMonitor.displayAdapterDeviceId;
Public ReadOnly Property DisplayAdapterDeviceId As String

屬性值

String

Platform::String

winrt::hstring

如果已知,則為監視器所連接的顯示器介面卡裝置識別碼,否則 null 為 。

適用於