IUITechnologyManager.GetPreviousSibling Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the previous 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 GetPreviousSibling ( _
element As IUITechnologyElement _
) As IUITechnologyElement
IUITechnologyElement GetPreviousSibling(
IUITechnologyElement element
)
IUITechnologyElement^ GetPreviousSibling(
IUITechnologyElement^ element
)
abstract GetPreviousSibling :
element:IUITechnologyElement -> IUITechnologyElement
function GetPreviousSibling(
element : IUITechnologyElement
) : IUITechnologyElement
Parameters
- element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
An IUITechnologyElement.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
The previous sibling element.
.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.
See Also
Reference
IUITechnologyManager Interface