WebViewActionExecutor.MoveScrollWheel – metoda
Tento člen přepisuje UITestActionExecutor.MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys).
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting
Sestavení: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntaxe
'Deklarace
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
)
Parametry
- wheelMoveCount
Typ: Int32
- modifierKeys
Typ: Microsoft.VisualStudio.TestTools.UITest.Input.ModifierKeys
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.