Udostępnij za pośrednictwem


Metoda IUITechnologyElement.GetClickablePoint —

Pobiera punkt aktywny dla tego elementu.

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

Składnia

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

Parametry

  • pointX
    Typ: System.Int32%
    (Wyjście) Względne współrzędną x punkt aktywny.
  • pointY
    Typ: System.Int32%
    (Wyjście) Względne współrzędną y punktu interaktywna.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITechnologyElement Interfejs

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