IUIAutomationRegistrar Interface

Exposes methods for registering new control patterns, properties, and events.

IUIAutomationRegistrar Members

RegisterEvent Registers a third-party Microsoft UI Automation event.
RegisterPattern Registers a third-party control pattern.
RegisterProperty Registers a third-party property.

Remarks

The IUIAutomationRegistrar interface is exposed by the CUIAutomationRegistrar object. To obtain an instance of this object, call the CoCreateInstance function with a class ID of CLSID_CUIAutomationRegistrar.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomationcore.h, uiautomationcore.idl
Minimum operating systems Windows 7