ExtendedProperty 结构 (uiautomationclient.h)
包含有关扩展属性的信息。
语法
struct ExtendedProperty {
BSTR PropertyName;
BSTR PropertyValue;
};
成员
PropertyName
类型: BSTR
一个本地化字符串,包含扩展属性的名称。
PropertyValue
类型: BSTR
表示扩展属性的值的字符串。 此字符串应本地化(如果适用)。
注解
此结构由 IUIAutomationStylesPattern::GetCachedExtendedPropertiesArray 和 GetCurrentExtendedPropertiesArray 方法使用。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
标头 | uiautomationclient.h (包括 UIAutomation.h) |