다음을 통해 공유


UITechnologyManagerProxy.GetNextSibling 메서드

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

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

구문

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

매개 변수

반환 값

형식: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
다음 형제 또는 null이 없으면 존재 하지 않습니다.

구현

IUITechnologyManager.GetNextSibling(IUITechnologyElement)

.NET Framework 보안

참고 항목

참조

UITechnologyManagerProxy 클래스

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