UITestActionExecutor.MoveScrollWheel – metoda
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Deklarace
Public MustOverride Sub MoveScrollWheel ( _
control As UITechnologyElement, _
wheelMoveCount As Integer, _
modifierKeys As ModifierKeys _
)
public abstract void MoveScrollWheel(
UITechnologyElement control,
int wheelMoveCount,
ModifierKeys modifierKeys
)
public:
virtual void MoveScrollWheel(
UITechnologyElement^ control,
int wheelMoveCount,
ModifierKeys modifierKeys
) abstract
abstract MoveScrollWheel :
control:UITechnologyElement *
wheelMoveCount:int *
modifierKeys:ModifierKeys -> unit
public abstract function MoveScrollWheel(
control : UITechnologyElement,
wheelMoveCount : int,
modifierKeys : ModifierKeys
)
Parametry
- wheelMoveCount
Typ: System.Int32
- modifierKeys
Typ: System.Windows.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.