Share via


IUITechnologyManager.GetNextSibling Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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
Function GetNextSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
IUITechnologyElement GetNextSibling(
    IUITechnologyElement element
)
IUITechnologyElement^ GetNextSibling(
    IUITechnologyElement^ element
)
abstract GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement
function GetNextSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IUITechnologyManager Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyElement