次の方法で共有


AutomationElementIdentifiers.LocalizedControlTypeProperty プロパティ

定義

ナレーターによって読み取られたコントロールの種類を変更するメカニズムを提供する、ローカライズされたコントロール型のオートメーション プロパティを識別します。

public:
 static property AutomationProperty ^ LocalizedControlTypeProperty { AutomationProperty ^ get(); };
static AutomationProperty LocalizedControlTypeProperty();
public static AutomationProperty LocalizedControlTypeProperty { get; }
var automationProperty = AutomationElementIdentifiers.localizedControlTypeProperty;
Public Shared ReadOnly Property LocalizedControlTypeProperty As AutomationProperty

プロパティ値

オートメーション プロパティ識別子。

注釈

現在のローカライズされたコントロール型は、 GetLocalizedControlTypeCore メソッドによって返されます。

適用対象