Share via


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 方法返回。

适用于