Udostępnij za pośrednictwem


Metoda IUITechnologyManager.GetPreviousSibling —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Zwraca poprzedni równorzędny danego elementu w hierarchii interfejsu użytkownika.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

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

Parametry

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Poprzedni element równorzędny.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITechnologyManager Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement