다음을 통해 공유


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가 비어 있지 않으면 SystemSku를 모델 문자열로 사용하는 것이 좋습니다. 그렇지 않으면 SystemManufacturerSystemProductName 을 사용하여 SystemSku를 작성할 수 있습니다.

적용 대상