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