Freigeben über


IUITechnologyElement.GetBoundingRectangle-Methode

Gibt die Koordinaten des Rechtecks zurück, das dieses Element einschließt.

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

Syntax

'Declaration
Sub GetBoundingRectangle ( _
    <OutAttribute> ByRef left As Integer, _
    <OutAttribute> ByRef top As Integer, _
    <OutAttribute> ByRef width As Integer, _
    <OutAttribute> ByRef height As Integer _
)
void GetBoundingRectangle(
    out int left,
    out int top,
    out int width,
    out int height
)
void GetBoundingRectangle(
    [OutAttribute] int% left, 
    [OutAttribute] int% top, 
    [OutAttribute] int% width, 
    [OutAttribute] int% height
)
abstract GetBoundingRectangle : 
        left:int byref * 
        top:int byref * 
        width:int byref * 
        height:int byref -> unit 
function GetBoundingRectangle(
    left : int, 
    top : int, 
    width : int, 
    height : int
)

Parameter

  • left
    Typ: System.Int32%
    (Ausgabe) Die relative X-Koordinate des Rechtecks.
  • top
    Typ: System.Int32%
    (Ausgabe) Die relative Y-Koordinate des Rechtecks.
  • width
    Typ: System.Int32%
    (Ausgabe) Die Breite des Rechtecks.
  • height
    Typ: System.Int32%
    (Ausgabe) Die Höhe des Rechtecks.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITechnologyElement Schnittstelle

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace