次の方法で共有


AutomationElementIdentifiers.CultureProperty プロパティ

定義

オートメーション要素のロケール識別子 (たとえば、"en-US" または英語 (米国) の0x0409) を含む Culture プロパティを識別します。

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 ビット値があります。 ロケール識別子は標準の国際数値省略形であり、インストールされているオペレーティング システム定義ロケールの 1 つを一意に識別するために必要なコンポーネントがあります。 詳細については、「 言語識別子の定数と文字列」を参照してください。

このプロパティはコントロールごとに存在する場合がありますが、通常はアプリケーション レベルでのみ使用できます。

適用対象