Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retourne un point interactif dans le UITestControl.Si le contrôle n'est pas interactif, cette méthode retourne false.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
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
Paramètres
- point
Type : System.Drawing.Point%
Point interactif dans le UITestControl.
Valeur de retour
Type : System.Boolean
true si le contrôle est interactif ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.