この 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
)
パラメーター
- left
型: System.Int32%
- top
型: System.Int32%
- width
型: System.Int32%
- height
型: System.Int32%
実装
IUITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 名前空間