Share via


UITechnologyManagerProxy.GetNextSibling Method

Gets the next sibling of the given element in the user interface hierarchy.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
The next sibling or null if one is not present.

Implements

IUITechnologyManager.GetNextSibling(IUITechnologyElement)

.NET Framework Security

See Also

Reference

UITechnologyManagerProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace