共用方式為


UITechnologyElement.EnsureVisibleByScrolling 方法

將這個項目捲動到 UI 的檢視中。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Public MustOverride Sub EnsureVisibleByScrolling ( _
    pointX As Integer, _
    pointY As Integer, _
    ByRef outpointX As Integer, _
    ByRef outpointY As Integer _
)
public abstract void EnsureVisibleByScrolling(
    int pointX,
    int pointY,
    ref int outpointX,
    ref int outpointY
)
public:
virtual void EnsureVisibleByScrolling(
    int pointX, 
    int pointY, 
    int% outpointX, 
    int% outpointY
) abstract
abstract EnsureVisibleByScrolling : 
        pointX:int * 
        pointY:int * 
        outpointX:int byref * 
        outpointY:int byref -> unit 
public abstract function EnsureVisibleByScrolling(
    pointX : int, 
    pointY : int, 
    outpointX : int, 
    outpointY : int
)

參數

  • pointX
    型別:System.Int32
    要顯示的相對 X 座標。
  • pointY
    型別:System.Int32
    要顯示的相對 Y 座標。
  • outpointX
    型別:System.Int32%
    與最上層容器捲動後相關點的相對 X 座標。
  • outpointY
    型別:System.Int32%
    與最上層容器捲動後相關點的相對 Y 座標。

實作

IUITechnologyElement.EnsureVisibleByScrolling(Int32, Int32, Int32%, Int32%)

備註

如果裝載技術管理員不支援捲動多個容器,outpointX 和 outpointY 座標都應該傳回 -1。

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

ContainerScrollingSupported