UITechnologyElement.GetBoundingRectangle メソッド
この要素を囲む四角形の座標を返します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)
構文
'宣言
Public MustOverride Sub GetBoundingRectangle ( _
<OutAttribute> ByRef left As Integer, _
<OutAttribute> ByRef top As Integer, _
<OutAttribute> ByRef width As Integer, _
<OutAttribute> ByRef height As Integer _
)
public abstract 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
) abstract
abstract GetBoundingRectangle :
left:int byref *
top:int byref *
width:int byref *
height:int byref -> unit
public abstract function GetBoundingRectangle(
left : int,
top : int,
width : int,
height : int
)
パラメーター
- left
型 : System.Int32%
(出力) 四角形の相対 x 座標。
- top
型 : System.Int32%
(出力) 四角形の相対 y 座標。
- width
型 : System.Int32%
(出力) 四角形の幅。
- height
型 : System.Int32%
(出力) 四角形の高さ。
実装
IUITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%)
解説
これは、画面座標にあり、はキャッシュされません。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。