UITechnologyElementProxy.GetBoundingRectangle, méthode
Obtient les coordonnées du rectangle qui englobe complètement cet élément.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- left
Type : Int32%
- top
Type : Int32%
- width
Type : Int32%
- height
Type : Int32%
Implémentations
IUITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%)
Notes
Il s'agit des coordonnées d'écran et n'est jamais mis en cache.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.