IUIAutomationElement::get_CachedControlType 方法 (uiautomationclient.h)

检索指示元素的控件类型的缓存值。

此属性为只读。

语法

HRESULT get_CachedControlType(
  CONTROLTYPEID *retVal
);

参数

retVal

返回值

备注

控件类型描述UI 自动化元素的已知交互模型,而不依赖于本地化的控件类型或复杂逻辑规则的组合。 除非控件支持 IUIAutomationMultipleViewPattern 接口,否则此属性在运行时无法更改。 例如,Win32 ListView 控件,它可以从数据网格更改为列表,具体取决于当前视图。

要求

要求
最低受支持的客户端 Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新、带 SP3 的 Windows XP 和适用于 Windows Vista 的平台更新 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008、Windows Server 2003 SP2 和 Platform Update for Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 uiautomationclient.h (包括 UIAutomation.h)

另请参阅

Automation 元素属性 ID

CurrentControlType

IUIAutomationElement

引用