共用方式為


Mouse.MoveScrollWheel 方法 (Int32)

將滑鼠滾輪捲動指定的次數。

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

語法

'宣告
Public Shared Sub MoveScrollWheel ( _
    wheelMoveCount As Integer _
)
public static void MoveScrollWheel(
    int wheelMoveCount
)
public:
static void MoveScrollWheel(
    int wheelMoveCount
)
static member MoveScrollWheel : 
        wheelMoveCount:int -> unit 
public static function MoveScrollWheel(
    wheelMoveCount : int
)

參數

  • wheelMoveCount
    型別:System.Int32
    滑鼠滾輪捲動的數目。

備註

滾輪方向由 wheelMoveCount 符號決定。 正值表示順向的滑鼠捲動,負值表示向後滑鼠捲動。

.NET Framework 安全性

請參閱

參考

Mouse 類別

MoveScrollWheel 多載

Microsoft.VisualStudio.TestTools.UITesting 命名空間