IUIAutomationDockPattern 接口 (uiautomationclient.h)
提供对 控件的访问,该控件使子元素能够相对地水平和垂直排列。
继承
IUIAutomationDockPattern 接口继承自 IUnknown 接口。 IUIAutomationDockPattern 还具有以下类型的成员:
方法
IUIAutomationDockPattern 接口具有以下方法。
IUIAutomationDockPattern::get_CachedDockPosition 检索此元素在其停靠容器中的缓存停靠位置。 |
IUIAutomationDockPattern::get_CurrentDockPosition 检索此元素在其停靠容器中的停靠位置。 |
IUIAutomationDockPattern::SetDockPosition 设置此元素的停靠位置。 |
注解
Microsoft UI 自动化客户端应用程序使用此接口访问UI 自动化元素的停靠属性,这些元素在停靠容器中充当控件。 停靠容器是一个控件,允许相对于停靠容器和容器内其他元素的边界水平和垂直排列子元素。 控件根据其当前 z 顺序相互停靠;其 z 顺序放置越高,它们与停靠容器的指定边缘放置得越远。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 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) |