Gesture.DoubleTap Method (Point)
Perform a double tap gesture.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Shared Sub DoubleTap ( _
screenCoordinates As Point _
)
public static void DoubleTap(
Point screenCoordinates
)
public:
static void DoubleTap(
Point screenCoordinates
)
static member DoubleTap :
screenCoordinates:Point -> unit
public static function DoubleTap(
screenCoordinates : Point
)
Parameters
screenCoordinates
Type: Microsoft.VisualStudio.TestTools.UITest.Input.PointThe coordinates on the screen where the double tap gesture is to be performed.
Remarks
Playback of a double tap gesture depends on screen resolution. If the resolution changes, the parameters may have to be changed.
.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.