EasClientDeviceInformation.SystemProductName 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
property Platform::String ^ SystemProductName { Platform::String ^ get(); };
winrt::hstring SystemProductName();
public string SystemProductName { get; }
var string = easClientDeviceInformation.systemProductName;
Public ReadOnly Property SystemProductName As String
속성 값
로컬 디바이스의 시스템 제품 이름을 포함하는 문자열입니다. 값의 길이는 1024자 미만입니다.
설명
SystemProductName 은 Windows 레지스트리에서 검색됩니다. 어떤 이유로든 레지스트리를 읽을 수 없는 경우 SystemProductName 은 빈 문자열을 반환합니다.