共用方式為


GeographicRegion.CodeThreeDigit 屬性

定義

取得這個區域的三位數識別碼,做為字串。

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

屬性值

String

Platform::String

winrt::hstring

以字串的形式傳回區域或 UN-M49 程式碼的 ISO-3166-1 數值三位數代碼。 如果區域未知,則傳回 「999」。

適用於