CultureAndRegionInfoBuilder.RegionNativeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定此自訂文化特性為人們熟知的國家/地區全名。
public:
property System::String ^ RegionNativeName { System::String ^ get(); void set(System::String ^ value); };
public string RegionNativeName { get; set; }
member this.RegionNativeName : string with get, set
Public Property RegionNativeName As String
屬性值
國家/地區的當地名稱。
例外狀況
這個作業對中性文化特性無效。
在設定作業中,此值為 null
。
設定作業中值的長度範圍並不是 1 到 79 個字元之間。
備註
屬性 RegionNativeName 會對應至 NativeName 屬性。