Gesture.DoubleTap Method (UITestControl)
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 ( _
control As UITestControl _
)
public static void DoubleTap(
UITestControl control
)
public:
static void DoubleTap(
UITestControl^ control
)
static member DoubleTap :
control:UITestControl -> unit
public static function DoubleTap(
control : UITestControl
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlControl on which the double tap gesture is to be performed.
.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.