다음을 통해 공유


UITechnologyElementProxy.GetBoundingRectangle 메서드

이 요소를 완전히 둘러싸는 사각형의 좌표를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting
어셈블리:  Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.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
    형식: Int32%
  • top
    형식: Int32%
  • width
    형식: Int32%
  • height
    형식: Int32%

구현

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

설명

화면 좌표에서 이므로 캐시 되지 않습니다.

.NET Framework 보안

참고 항목

참조

UITechnologyElementProxy 클래스

Microsoft.VisualStudio.TestTools.UITesting 네임스페이스