共用方式為


UITestActionExecutor.MoveScrollWheel 方法 (UITechnologyElement, Int32, ModifierKeys)

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)

語法

'宣告
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
)

參數

  • wheelMoveCount
    類型:Int32

.NET Framework 安全性

請參閱

參考

UITestActionExecutor 類別

MoveScrollWheel 多載

Microsoft.VisualStudio.TestTools.UITesting 命名空間