UITechnologyElementProxy.GetClickablePoint, méthode
Obtient un point interactif pour cet élément. L'infrastructure utilise cette option pour obtenir le point interactif si UITechnologyElement.GetOption (UITechnologyElementOption.GetClickablePointFrom) retourne GetClickablePointFromTechnologyManager. Pour utiliser l'algorithme par défaut fourni par le.NET framework, jet NotSupportedException.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overrides Sub GetClickablePoint ( _
<OutAttribute> ByRef pointX As Integer, _
<OutAttribute> ByRef pointY As Integer _
)
public override void GetClickablePoint(
out int pointX,
out int pointY
)
public:
virtual void GetClickablePoint(
[OutAttribute] int% pointX,
[OutAttribute] int% pointY
) override
abstract GetClickablePoint :
pointX:int byref *
pointY:int byref -> unit
override GetClickablePoint :
pointX:int byref *
pointY:int byref -> unit
public override function GetClickablePoint(
pointX : int,
pointY : int
)
Paramètres
pointX
Type : Int32%La coordonnée x du point interactif.
pointY
Type : Int32%La coordonnée y du point interactif.
Implémentations
IUITechnologyElement.GetClickablePoint(Int32%, Int32%)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Lève une exception System.NotSupportedException si cette opération n'est pas prise en charge. |
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.
Voir aussi
Référence
UITechnologyElementProxy Classe