IScrollItemProvider 接口

定义

公开一些方法和属性,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()

滚动容器对象的内容区域,以显示该容器可见区域(视区)内的控件。

适用于

另请参阅