AutomationElementIdentifiers.LocalizedControlTypeProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识本地化的控件类型自动化属性,该属性提供一种机制来更改讲述人读取的控件类型。
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 方法返回。