Gesture.Tap Method (UITestControl)
Perform a 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 Tap ( _
control As UITestControl _
)
public static void Tap(
UITestControl control
)
public:
static void Tap(
UITestControl^ control
)
static member Tap :
control:UITestControl -> unit
public static function Tap(
control : UITestControl
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlControl on which the 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.