Udostępnij za pośrednictwem


Metoda IUITechnologyManager.GetElementFromPoint —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Pobiera element, który znajduje się na współrzędne danego ekranu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
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

Parametry

  • pointX
    Typ: Int32

    Współrzędna x położenie na ekranie.

  • pointY
    Typ: Int32

    Współrzędna y położenie na ekranie.

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Element w podanej lokalizacji.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITechnologyManager Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement