AutomationElementIdentifiers.CultureProperty 屬性

定義

識別 Culture 屬性,其中包含自動化專案的地區設定識別碼 (例如,0x0409 「en-US」 或 English (美國) ) 。

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

屬性值

文化特性屬性識別碼。

備註

每個地區設定都有唯一識別碼、32 位值,其中包含語言識別項和排序次序識別碼。 地區設定識別碼是標準國際數值縮寫,具有唯一識別其中一個已安裝作業系統定義地區設定所需的元件。 如需詳細資訊,請參閱 語言識別項常數和字串

此屬性可能以個別控制項為基礎存在,但通常僅適用于應用層級。

適用於