AutomationProperties.CultureProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得文化特性附加屬性的識別碼,其中包含自動化 (元素的地區設定識別碼,例如,0x0409 「en-US」 或英文 (美國) ) 。
public:
static property DependencyProperty ^ CultureProperty { DependencyProperty ^ get(); };
static DependencyProperty CultureProperty();
public static DependencyProperty CultureProperty { get; }
var dependencyProperty = AutomationProperties.cultureProperty;
Public Shared ReadOnly Property CultureProperty As DependencyProperty
屬性值
文化特性附加屬性的識別碼。
備註
每個地區設定都有唯一識別碼,這是包含語言識別項和排序次序識別碼的 32 位值。 地區設定識別碼是標準國際數值縮寫,具有唯一識別其中一個已安裝作業系統定義地區設定的必要元件。 如需詳細資訊,請參閱 語言識別項常數和字串。
此屬性可能以個別控制項為基礎存在,但通常僅適用于應用層級。