Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Scrolls the mouse wheel the specified number of times while pressing the specified modifier keys.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub MoveScrollWheel ( _
wheelMoveCount As Integer, _
modifierKeys As ModifierKeys _
)
public static void MoveScrollWheel(
int wheelMoveCount,
ModifierKeys modifierKeys
)
public:
static void MoveScrollWheel(
int wheelMoveCount,
ModifierKeys modifierKeys
)
static member MoveScrollWheel :
wheelMoveCount:int *
modifierKeys:ModifierKeys -> unit
public static function MoveScrollWheel(
wheelMoveCount : int,
modifierKeys : ModifierKeys
)
Parameters
wheelMoveCount
Type: Int32The number of mouse wheel scrolls.
modifierKeys
Type: ModifierKeysThe ModifierKeys that are pressed while scrolling.
Remarks
The direction of the wheel is determined by the sign of wheelMoveCount. Positive values indicate forward mouse scrolling; negative values indicate backward mouse scrolling.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.