UIAutomationPropertyInfo 结构 (uiautomationcore.h)
包含有关自定义属性的信息。
语法
struct UIAutomationPropertyInfo {
GUID guid;
LPCWSTR pProgrammaticName;
UIAutomationType type;
};
成员
guid
类型: GUID
属性的唯一标识符。
pProgrammaticName
类型: LPCWSTR
属性的编程名称 (不可本地化的字符串) 。
type
类型: UIAutomationType
UIAutomationType 枚举类型的值,指示属性值的数据类型。
注解
自定义属性必须具有以下由 UIAutomationType 枚举指定的数据类型之一。 自定义属性不支持其他数据类型。 有关详细信息,请参阅 自定义属性、事件和控件模式。
- UIAutomationType_Bool
- UIAutomationType_Double
- UIAutomationType_Element
- UIAutomationType_Int
- UIAutomationType_Point
- UIAutomationType_String
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7、带 Windows Vista SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新、带 SP3 的 Windows XP 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新、带 SP2 的 Windows Server 2003 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |