IUIAutomationProxyFactoryEntry interface (uiautomationclient.h)
Represents a proxy factory in the table maintained by Microsoft UI Automation, and exposes properties and methods that can be used by client applications to interact with IUIAutomationProxyFactory objects.
Inheritance
The IUIAutomationProxyFactoryEntry interface inherits from the IUnknown interface. IUIAutomationProxyFactoryEntry also has these types of members:
Methods
The IUIAutomationProxyFactoryEntry interface has these methods.
IUIAutomationProxyFactoryEntry::get_AllowSubstringMatch Sets or retrieves a value that specifies whether the proxy allows substring matching. (Get) |
IUIAutomationProxyFactoryEntry::get_CanCheckBaseClass Sets or retrieves a value that specifies whether the base class can be checked when searching for a proxy factory. (Get) |
IUIAutomationProxyFactoryEntry::get_ClassName Sets or retrieves the name of the window class served by the proxy factory. (Get) |
IUIAutomationProxyFactoryEntry::get_ImageName Sets or retrieves the name of the image of the proxy factory. (Get) |
IUIAutomationProxyFactoryEntry::get_NeedsAdviseEvents Sets or retrieves a value that specifies whether the proxy must be notified when an application has registered for events. (Get) |
IUIAutomationProxyFactoryEntry::get_ProxyFactory Retrieves the proxy factory associated with this entry. |
IUIAutomationProxyFactoryEntry::GetWinEventsForAutomationEvent Retrieves the list of WinEvents that are mapped to a specific Microsoft UI Automation event. If an element represented by this proxy raises one the listed WinEvents, the proxy handles it. |
IUIAutomationProxyFactoryEntry::put_AllowSubstringMatch Sets or retrieves a value that specifies whether the proxy allows substring matching. (Put) |
IUIAutomationProxyFactoryEntry::put_CanCheckBaseClass Sets or retrieves a value that specifies whether the base class can be checked when searching for a proxy factory. (Put) |
IUIAutomationProxyFactoryEntry::put_ClassName Sets or retrieves the name of the window class served by the proxy factory. (Put) |
IUIAutomationProxyFactoryEntry::put_ImageName Sets or retrieves the name of the image of the proxy factory. (Put) |
IUIAutomationProxyFactoryEntry::put_NeedsAdviseEvents Sets or retrieves a value that specifies whether the proxy must be notified when an application has registered for events. (Put) |
IUIAutomationProxyFactoryEntry::SetWinEventsForAutomationEvent Maps Microsoft UI Automation events to WinEvents. |
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) |