UITestControl.TryGetClickablePoint, méthode (Point%)
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 : Point%
Valeur de retour
Type : Boolean
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.