Share via


UITechnologyManager.GetNextSibling Method

Returns the next sibling of the given element in the UI hierarchy.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride Function GetNextSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public abstract IUITechnologyElement GetNextSibling(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetNextSibling(
    IUITechnologyElement^ element
) abstract
abstract GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement
public abstract function GetNextSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
The next sibling element.

Implements

IUITechnologyManager.GetNextSibling(IUITechnologyElement)

.NET Framework Security

See Also

Reference

UITechnologyManager Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyElement