共用方式為


SilverlightContainer.GetBoundingRectangle 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

這個成員會覆寫 UITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%)

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)

語法

'宣告
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
)

參數

實作

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

.NET Framework 安全性

請參閱

參考

SilverlightContainer 類別

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空間