IScrollItemProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
公开一些方法和属性,UI 自动化客户端可通过这些方法和属性访问实现 IScrollProvider 的容器的各个子控件。
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() |
滚动容器对象的内容区域,以显示该容器可见区域(视区)内的控件。 |