UITechnologyElement.GetClickablePoint, méthode
Obtient un point interactif pour cet élément.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly : Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Déclaration
Public MustOverride Sub GetClickablePoint ( _
<OutAttribute> ByRef pointX As Integer, _
<OutAttribute> ByRef pointY As Integer _
)
public abstract void GetClickablePoint(
out int pointX,
out int pointY
)
public:
virtual void GetClickablePoint(
[OutAttribute] int% pointX,
[OutAttribute] int% pointY
) abstract
abstract GetClickablePoint :
pointX:int byref *
pointY:int byref -> unit
public abstract function GetClickablePoint(
pointX : int,
pointY : int
)
Paramètres
- pointX
Type : System.Int32%
(Sortie) Coordonnée x relative du point interactif.
- pointY
Type : System.Int32%
(Sortie) Coordonnée y relative du point interactif.
Implémentations
IUITechnologyElement.GetClickablePoint(Int32%, Int32%)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Cette opération n'est pas prise en charge. Cela a pour effet que l'infrastructure de test utilise son algorithme par défaut pour obtenir le point interactif. |
Notes
Après avoir appelé la méthode GetOption avec une valeur de paramètre GetClickablePointFrom et avoir reçu GetClickablePointFromTechnologyManager en échange, l'infrastructure de test utilise cette méthode pour obtenir le point interactif.
Pour utiliser l'algorithme par défaut fourni par l'infrastructure, cette méthode doit lever NotSupportedException.
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.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms