Partilhar via


Método SilverlightContainer.GetBoundingRectangle

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Este membro substitui UITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%).

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

Sintaxe

'Declaração
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
)

Parâmetros

Implementações

IUITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%)

Segurança do .NET Framework

Consulte também

Referência

SilverlightContainer Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight