IUITechnologyElement.GetBoundingRectangle 方法
傳回圍住這個項目的矩形座標。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
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
)
參數
- left
型別:System.Int32%
(輸出) 矩形的相對 X 座標。
- top
型別:System.Int32%
(輸出) 矩形的相對 Y 座標。
- width
型別:System.Int32%
(輸出) 矩形的寬度。
- height
型別:System.Int32%
(輸出) 矩形的高度。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。