IUIAutomationRegistrar 接口 (uiautomationcore.h)

公开用于注册新控件模式、属性和事件的方法。

继承

IUIAutomationRegistrar 接口继承自 IUnknown 接口。 IUIAutomationRegistrar 还具有以下类型的成员:

方法

IUIAutomationRegistrar 接口具有以下方法。

 
IUIAutomationRegistrar::RegisterEvent

注册第三方 Microsoft UI 自动化 事件。
IUIAutomationRegistrar::RegisterPattern

注册第三方控件模式。
IUIAutomationRegistrar::RegisterProperty

注册第三方属性。

注解

IUIAutomationRegistrar 接口由 CUIAutomationRegistrar 对象公开。 若要获取此对象的实例,请使用类 ID 为 CLSID_CUIAutomationRegistrar 调用 CoCreateInstance 函数。

要求

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

另请参阅

客户端UI 自动化元素接口