Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
An IUITechnologyElement.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
The next sibling element.
Implements
IUITechnologyManager.GetNextSibling(IUITechnologyElement)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.