Freigeben über


UITestControl.TryGetClickablePoint-Methode

Gibt einen durch Klicken aktivierbaren Punkt im UITestControl zurück. Wenn das Steuerelement nicht durch Klicken aktivierbar ist, gibt diese Methode false zurück.

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

Syntax

'Declaration
Public Function TryGetClickablePoint ( _
    <OutAttribute> ByRef point As Point _
) As Boolean
public bool TryGetClickablePoint(
    out Point point
)
public:
bool TryGetClickablePoint(
    [OutAttribute] Point% point
)
member TryGetClickablePoint : 
        point:Point byref -> bool 
public function TryGetClickablePoint(
    point : Point
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn das Steuerelement durch Klicken aktivierbar ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace