다음을 통해 공유


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
    형식: Int32%
  • top
    형식: Int32%
  • width
    형식: Int32%
  • height
    형식: Int32%

구현

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

.NET Framework 보안

참고 항목

참조

UITechnologyElement 클래스

Microsoft.VisualStudio.TestTools.UITest.Extension 네임스페이스