AutomationProperties.LocalizedControlType 附加属性

定义

获取或设置描述自动化元素表示的控件类型的本地化文本字符串。

see GetLocalizedControlType, and SetLocalizedControlType
see GetLocalizedControlType, and SetLocalizedControlType
see GetLocalizedControlType, and SetLocalizedControlType

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

字符串应仅包含小写字符:

  • 正确:“按钮”
  • 错误:“按钮”

如果 LocalizedControlType 元素提供程序未指定 ,则框架根据元素的控件类型提供默认本地化字符串 (例如 Button 控件类型的 “button”) 。 具有 Custom 控件类型的自动化元素必须支持一个本地化的控件类型字符串,该字符串表示元素的角色 (例如,自定义控件的“颜色选取器”使用户能够) 选择和指定颜色。

提供自定义值时,字符串必须与应用程序 UI 语言或操作系统默认 UI 语言匹配。

适用于

另请参阅