다음을 통해 공유


UITechnologyManagerProxy.GetPreviousSibling 메서드

사용자 인터페이스 계층 구조에서 지정 된 요소의 이전 형제를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting
어셈블리:  Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.dll)

구문

‘선언
Public Overrides Function GetPreviousSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public override IUITechnologyElement GetPreviousSibling(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetPreviousSibling(
    IUITechnologyElement^ element
) override
abstract GetPreviousSibling : 
        element:IUITechnologyElement -> IUITechnologyElement  
override GetPreviousSibling : 
        element:IUITechnologyElement -> IUITechnologyElement
public override function GetPreviousSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

매개 변수

반환 값

형식: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
이전 형제 또는 없는 경우 null입니다.

구현

IUITechnologyManager.GetPreviousSibling(IUITechnologyElement)

.NET Framework 보안

참고 항목

참조

UITechnologyManagerProxy 클래스

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