IUIAutomationObjectModelPattern interface (uiautomationclient.h)

Provides access to the underlying object model implemented by a control or application.

Inheritance

The IUIAutomationObjectModelPattern interface inherits from the IUnknown interface. IUIAutomationObjectModelPattern also has these types of members:

Methods

The IUIAutomationObjectModelPattern interface has these methods.

 
IUIAutomationObjectModelPattern::GetUnderlyingObjectModel

Retrieves an interface used to access the underlying object model of the provider. (IUIAutomationObjectModelPattern.GetUnderlyingObjectModel)

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

Control Pattern Interfaces for Clients