GeographicRegion.CodeThreeDigit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個區域的三位數識別碼,做為字串。
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
屬性值
以字串的形式傳回區域或 UN-M49 程式碼的 ISO-3166-1 數值三位數代碼。 如果區域未知,則傳回 「999」。