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 at the specified location that is relative to the 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, _
relativeCoordinate As Point _
)
public static void DoubleClick(
UITestControl control,
Point relativeCoordinate
)
public:
static void DoubleClick(
UITestControl^ control,
Point relativeCoordinate
)
static member DoubleClick :
control:UITestControl *
relativeCoordinate:Point -> unit
public static function DoubleClick(
control : UITestControl,
relativeCoordinate : Point
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlUITestControl to be double-clicked.
relativeCoordinate
Type: PointPoint that is relative to the control to be double-clicked.
Examples
.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.