IUITestService.GetElementFromPoint Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Function GetElementFromPoint ( _
    pointX As Integer, _
    pointY As Integer _
) As IAfxElement
'Usage
Dim instance As IUITestService
Dim pointX As Integer
Dim pointY As Integer
Dim returnValue As IAfxElement

returnValue = instance.GetElementFromPoint(pointX, _
    pointY)
IAfxElement GetElementFromPoint(
    int pointX,
    int pointY
)
IAfxElement^ GetElementFromPoint(
    int pointX, 
    int pointY
)
function GetElementFromPoint(
    pointX : int, 
    pointY : int
) : IAfxElement
abstract GetElementFromPoint : 
        pointX:int * 
        pointY:int -> IAfxElement 

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IAfxElement

.NET Framework Security

See Also

Reference

IUITestService Interface

IUITestService Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace