Freigeben über


UITestControl.EnsureClickable-Methode (Point)

Führt in der Benutzeroberfläche einen Bildlauf bis zu einem bestimmten Punkt durch, um sicherzustellen, dass das Steuerelement durch Klicken aktivierbar ist.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Sub EnsureClickable ( _
    point As Point _
)
public void EnsureClickable(
    Point point
)
public:
void EnsureClickable(
    Point point
)
member EnsureClickable : 
        point:Point -> unit 
public function EnsureClickable(
    point : Point
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

EnsureClickable-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace