Mouse.MoveScrollWheel 方法 (UITestControl, Int32)
在指定的控制項上將滑鼠滾輪捲動指定的次數。
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
語法
'宣告
Public Shared Sub MoveScrollWheel ( _
control As UITestControl, _
wheelMoveCount As Integer _
)
public static void MoveScrollWheel(
UITestControl control,
int wheelMoveCount
)
public:
static void MoveScrollWheel(
UITestControl^ control,
int wheelMoveCount
)
static member MoveScrollWheel :
control:UITestControl *
wheelMoveCount:int -> unit
public static function MoveScrollWheel(
control : UITestControl,
wheelMoveCount : int
)
參數
- control
型別:Microsoft.VisualStudio.TestTools.UITesting.UITestControl
要捲動的 UITestControl。
- wheelMoveCount
型別:System.Int32
滑鼠滾輪捲動的數目。
備註
滾輪方向由 wheelMoveCount 符號決定。 正值表示順向的滑鼠捲動,負值表示向後滑鼠捲動。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。