Sdílet prostřednictvím


UITechnologyManagerProxy.GetElementFromPoint – metoda

Prvek získá na souřadnicích dané obrazovky.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public Overrides Function GetElementFromPoint ( _
    pointX As Integer, _
    pointY As Integer _
) As IUITechnologyElement
public override IUITechnologyElement GetElementFromPoint(
    int pointX,
    int pointY
)
public:
virtual IUITechnologyElement^ GetElementFromPoint(
    int pointX, 
    int pointY
) override
abstract GetElementFromPoint : 
        pointX:int * 
        pointY:int -> IUITechnologyElement 
override GetElementFromPoint : 
        pointX:int * 
        pointY:int -> IUITechnologyElement 
public override function GetElementFromPoint(
    pointX : int, 
    pointY : int
) : IUITechnologyElement

Parametry

  • pointX
    Typ: System.Int32
    X souřadnice umístění na obrazovce.
  • pointY
    Typ: System.Int32
    Y souřadnice umístění na obrazovce.

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
IUITechnologyElement na obrazovce souřadnice určené.

Implementuje

IUITechnologyManager.GetElementFromPoint(Int32, Int32)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyManagerProxy Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů