Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub MoveScrollWheel ( _
    wheelMoveCount As Integer _
)
public static void MoveScrollWheel(
    int wheelMoveCount
)
public:
static void MoveScrollWheel(
    int wheelMoveCount
)
static member MoveScrollWheel : 
        wheelMoveCount:int -> unit
public static function MoveScrollWheel(
    wheelMoveCount : int
)
Parameters
- wheelMoveCount
 Type: Int32
.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.