Proxy Factory Interfaces for Clients

This section describes the proxy factory interfaces for unmanaged UI Automation client applications.

In this section

Interface Description
IUIAutomationProxyFactory
Exposes properties and methods of an object that creates a Microsoft UI Automation provider for UI elements that do not have native support for UI Automation. This interface is implemented by proxies.
IUIAutomationProxyFactoryEntry
Represents a proxy factory in the table maintained by UI Automation, and exposes properties and methods that can be used by client applications to interact with IUIAutomationProxyFactory objects.
IUIAutomationProxyFactoryMapping
Exposes properties and methods for a table of proxy factories. Each table entry is represented by an IUIAutomationProxyFactoryEntry interface. The entries are in the order in which the system will attempt to use the proxies.

UI Automation Clients