EasClientDeviceInformation.SystemHardwareVersion プロパティ

定義

ローカル デバイスのシステム ハードウェア バージョンを取得します。

public:
 property Platform::String ^ SystemHardwareVersion { Platform::String ^ get(); };
winrt::hstring SystemHardwareVersion();
public string SystemHardwareVersion { get; }
var string = easClientDeviceInformation.systemHardwareVersion;
Public ReadOnly Property SystemHardwareVersion As String

プロパティ値

String

Platform::String

winrt::hstring

ローカル デバイスのシステム ハードウェア バージョンを含む文字列。

注釈

SystemHardwareVersion プロパティは、Windows レジストリから取得されます。 何らかの理由でレジストリを読み取ることができない場合、 SystemHardwareVersion は空の文字列を返します。

適用対象