IScrollItemProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
公开方法和属性,以支持客户端对实现 IScrollProvider 的容器的各个子控件UI 自动化客户端访问权限。
public interface class IScrollItemProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("2360c714-4bf1-4b26-ba65-9b21316127eb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IScrollItemProvider
public interface IScrollItemProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("2360c714-4bf1-4b26-ba65-9b21316127eb")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IScrollItemProvider = interface
type IScrollItemProvider = interface
Public Interface IScrollItemProvider
- 派生
- 属性
注解
在必须支持 ScrollItemPattern 控件模式的UI 自动化提供程序上实现。
方法
| 名称 | 说明 |
|---|---|
| ScrollIntoView() |
滚动容器对象的内容区域,以便在容器的可见区域(视区)内显示控件。 |