IUIAutomationProxyFactoryMapping interface (uiautomationclient.h)

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.

Inheritance

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

Methods

The IUIAutomationProxyFactoryMapping interface has these methods.

 
IUIAutomationProxyFactoryMapping::ClearTable

Removes all entries from the proxy factory table.
IUIAutomationProxyFactoryMapping::get_Count

Retrieves the number of entries in the proxy factory table.
IUIAutomationProxyFactoryMapping::GetEntry

Retrieves an entry from the proxy factory table.
IUIAutomationProxyFactoryMapping::GetTable

Retrieves all entries in the proxy factory table.
IUIAutomationProxyFactoryMapping::InsertEntries

Inserts entries into the table of proxy factories.
IUIAutomationProxyFactoryMapping::InsertEntry

Insert an entry into the table of proxy factories.
IUIAutomationProxyFactoryMapping::RemoveEntry

Removes an entry from the table of proxy factories.
IUIAutomationProxyFactoryMapping::RestoreDefaultTable

Restores the default table of proxy factories.
IUIAutomationProxyFactoryMapping::SetTable

Sets the table of proxy factories.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

Proxy Factory Interfaces for Clients