IUIAutomationProxyFactoryEntry 接口 (uiautomationclient.h)

表示由 Microsoft UI 自动化维护的表中的代理工厂,并公开客户端应用程序可用于与 IUIAutomationProxyFactory 对象交互的属性和方法。

继承

IUIAutomationProxyFactoryEntry 接口继承自 IUnknown 接口。 IUIAutomationProxyFactoryEntry 也包含以下类型的成员:

方法

IUIAutomationProxyFactoryEntry 接口包含以下方法。

 
IUIAutomationProxyFactoryEntry::get_AllowSubstringMatch

设置或检索一个值,该值指定代理是否允许子字符串匹配。 (获取)
IUIAutomationProxyFactoryEntry::get_CanCheckBaseClass

设置或检索一个值,该值指定在搜索代理工厂时是否可以检查基类。 (获取)
IUIAutomationProxyFactoryEntry::get_ClassName

设置或检索代理工厂提供的窗口类的名称。 (获取)
IUIAutomationProxyFactoryEntry::get_ImageName

设置或检索代理工厂的映像的名称。 (获取)
IUIAutomationProxyFactoryEntry::get_NeedsAdviseEvents

设置或检索一个值,该值指定在应用程序注册事件时是否必须通知代理。 (获取)
IUIAutomationProxyFactoryEntry::get_ProxyFactory

检索与此条目关联的代理工厂。
IUIAutomationProxyFactoryEntry::GetWinEventsForAutomationEvent

检索映射到特定 Microsoft UI 自动化 事件的 WinEvent 列表。 如果此代理表示的元素引发列出的 WinEvents 中的一个元素,则代理会处理它。
IUIAutomationProxyFactoryEntry::p ut_AllowSubstringMatch

设置或检索一个值,该值指定代理是否允许子字符串匹配。 (放置)
IUIAutomationProxyFactoryEntry::p ut_CanCheckBaseClass

设置或检索一个值,该值指定在搜索代理工厂时是否可以检查基类。 (放置)
IUIAutomationProxyFactoryEntry::p ut_ClassName

设置或检索代理工厂提供的窗口类的名称。 (放置)
IUIAutomationProxyFactoryEntry::p ut_ImageName

设置或检索代理工厂的映像的名称。 (放置)
IUIAutomationProxyFactoryEntry::p ut_NeedsAdviseEvents

设置或检索一个值,该值指定在应用程序注册事件时是否必须通知代理。 (放置)
IUIAutomationProxyFactoryEntry::SetWinEventsForAutomationEvent

将 Microsoft UI 自动化 事件映射到 WinEvents。

要求

要求
最低受支持的客户端 Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新、带 SP3 的 Windows XP 和适用于 Windows Vista 的平台更新 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008、Windows Server 2003 SP2 和 Platform Update for Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 uiautomationclient.h (包括 UIAutomation.h)

另请参阅

客户端的代理工厂接口