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) |