次の方法で共有


SystemSupportDeviceInfo.SystemSku プロパティ

定義

ローカル デバイスのシステム SKU を取得します。

public:
 property Platform::String ^ SystemSku { Platform::String ^ get(); };
winrt::hstring SystemSku();
public string SystemSku { get; }
var string = systemSupportDeviceInfo.systemSku;
Public ReadOnly Property SystemSku As String

プロパティ値

String

Platform::String

winrt::hstring

ローカル デバイスのシステム SKU を含む文字列。

注釈

SystemSku プロパティはレジストリから取得されます。 何らかの理由でレジストリを読み取ることができない場合、 SystemSku は空の文字列として返されます。 SystemSku が空でない場合は、Model 文字列として SystemSku を使用することをお勧めします。 それ以外の場合は、 SystemManufacturerSystemProductName を 使用して SystemSku を作成できます。

適用対象