Metodo UITechnologyElementProxy.GetBoundingRectangle
Ottiene le coordinate del rettangolo con racchiude questo elemento.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintassi
'Dichiarazione
Public Overrides Sub GetBoundingRectangle ( _
<OutAttribute> ByRef left As Integer, _
<OutAttribute> ByRef top As Integer, _
<OutAttribute> ByRef width As Integer, _
<OutAttribute> ByRef height As Integer _
)
public override void GetBoundingRectangle(
out int left,
out int top,
out int width,
out int height
)
public:
virtual void GetBoundingRectangle(
[OutAttribute] int% left,
[OutAttribute] int% top,
[OutAttribute] int% width,
[OutAttribute] int% height
) override
abstract GetBoundingRectangle :
left:int byref *
top:int byref *
width:int byref *
height:int byref -> unit
override GetBoundingRectangle :
left:int byref *
top:int byref *
width:int byref *
height:int byref -> unit
public override function GetBoundingRectangle(
left : int,
top : int,
width : int,
height : int
)
Parametri
- left
Tipo: System.Int32%
- top
Tipo: System.Int32%
- width
Tipo: System.Int32%
- height
Tipo: System.Int32%
Implementa
IUITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%)
Note
Si tratta di coordinate dello schermo e non viene mai memorizzata nella cache.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.