IUITestService.GetPreviousSibling Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 IAfxElement _
) As IAfxElement
'Usage
Dim instance As IUITestService
Dim element As IAfxElement
Dim returnValue As IAfxElement

returnValue = instance.GetPreviousSibling(element)
IAfxElement GetPreviousSibling(
    IAfxElement element
)
IAfxElement^ GetPreviousSibling(
    IAfxElement^ element
)
function GetPreviousSibling(
    element : IAfxElement
) : IAfxElement
abstract GetPreviousSibling : 
        element:IAfxElement -> IAfxElement 

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IAfxElement

.NET Framework Security

See Also

Reference

IUITestService Interface

IUITestService Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace