다음을 통해 공유


GeographicRegion.CodeThreeLetter 속성

정의

이 지역의 세 글자 식별자를 가져옵니다.

public:
 property Platform::String ^ CodeThreeLetter { Platform::String ^ get(); };
winrt::hstring CodeThreeLetter();
public string CodeThreeLetter { get; }
var string = geographicRegion.codeThreeLetter;
Public ReadOnly Property CodeThreeLetter As String

속성 값

String

Platform::String

winrt::hstring

이 지역에 대한 3자 ISO 3166-1 alpha-3 코드(있는 경우)를 반환합니다. 그렇지 않으면 는 "ZZZ"를 반환합니다.

적용 대상