Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Double-clicks the default mouse button on the specified control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub DoubleClick ( _
control As UITestControl _
)
public static void DoubleClick(
UITestControl control
)
public:
static void DoubleClick(
UITestControl^ control
)
static member DoubleClick :
control:UITestControl -> unit
public static function DoubleClick(
control : UITestControl
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlThe UITestControl to be double-clicked.
.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.