IUITechnologyManager.GetElementFromPoint, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Récupère l'élément situé aux coordonnées d'écran données.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly : Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Déclaration
Function GetElementFromPoint ( _
pointX As Integer, _
pointY As Integer _
) As IUITechnologyElement
IUITechnologyElement GetElementFromPoint(
int pointX,
int pointY
)
IUITechnologyElement^ GetElementFromPoint(
int pointX,
int pointY
)
abstract GetElementFromPoint :
pointX:int *
pointY:int -> IUITechnologyElement
function GetElementFromPoint(
pointX : int,
pointY : int
) : IUITechnologyElement
Paramètres
- pointX
Type : System.Int32
Coordonnée x de l'emplacement d'affichage.
- pointY
Type : System.Int32
Coordonnée y de l'emplacement d'affichage.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Élément à l'emplacement fourni.
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
IUITechnologyManager Interface
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms