WebViewActionExecutor.MoveScrollWheel Method
This member overrides UITestActionExecutor.MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys).
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Overrides Sub MoveScrollWheel ( _
control As UITechnologyElement, _
wheelMoveCount As Integer, _
modifierKeys As ModifierKeys _
)
public override void MoveScrollWheel(
UITechnologyElement control,
int wheelMoveCount,
ModifierKeys modifierKeys
)
public:
virtual void MoveScrollWheel(
UITechnologyElement^ control,
int wheelMoveCount,
ModifierKeys modifierKeys
) override
abstract MoveScrollWheel :
control:UITechnologyElement *
wheelMoveCount:int *
modifierKeys:ModifierKeys -> unit
override MoveScrollWheel :
control:UITechnologyElement *
wheelMoveCount:int *
modifierKeys:ModifierKeys -> unit
public override function MoveScrollWheel(
control : UITechnologyElement,
wheelMoveCount : int,
modifierKeys : ModifierKeys
)
Parameters
- wheelMoveCount
Type: Int32
- modifierKeys
Type: Microsoft.VisualStudio.TestTools.UITest.Input.ModifierKeys
.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.