IUITechnologyElement.GetClickablePoint Method

Gets a clickable point for this element.

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

Syntax

'Declaration
Sub GetClickablePoint ( _
    <OutAttribute> ByRef pointX As Integer, _
    <OutAttribute> ByRef pointY As Integer _
)
void GetClickablePoint(
    out int pointX,
    out int pointY
)
void GetClickablePoint(
    [OutAttribute] int% pointX, 
    [OutAttribute] int% pointY
)
abstract GetClickablePoint : 
        pointX:int byref * 
        pointY:int byref -> unit
function GetClickablePoint(
    pointX : int, 
    pointY : int
)

Parameters

  • pointX
    Type: Int32%

    (Output) The relative x-coordinate for the clickable point.

  • pointY
    Type: Int32%

    (Output) The relative y-coordinate for the clickable point.

.NET Framework Security

See Also

Reference

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace