UIAutomationParameter 结构 (uiautomationcore.h)

包含有关自定义控件模式的参数的信息。

语法

struct UIAutomationParameter {
  UIAutomationType type;
  void             *pData;
};

成员

type

类型: UIAutomationType

一个指示参数类型的值。

pData

类型: void*

指向参数数据的指针。

要求

   
最低受支持的客户端 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)

另请参阅

CallMethod

自定义属性、事件和控件模式

Dispatch

引用