Share via


IUITechnologyManager.GetNextSibling(IUITechnologyElement) Method

Definition

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

public:
 Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ GetNextSibling(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
[System.Runtime.InteropServices.DispId(9)]
public Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement GetNextSibling (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member GetNextSibling : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public Function GetNextSibling (element As IUITechnologyElement) As IUITechnologyElement

Parameters

Returns

The next sibling element.

Attributes

Applies to