WebViewActionExecutor.MoveScrollWheel 方法

此成员重写 UITestActionExecutor.MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys)

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)

语法

声明
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
)

参数

  • wheelMoveCount
    类型:Int32

.NET Framework 安全性

请参阅

参考

WebViewActionExecutor 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间