Condividi tramite


Metodo UITechnologyManager.GetPreviousSibling

Restituisce l'elemento precedente di pari livello dell'elemento specificato nella gerarchia di interfacce utente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
Public MustOverride Function GetPreviousSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public abstract IUITechnologyElement GetPreviousSibling(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetPreviousSibling(
    IUITechnologyElement^ element
) abstract
abstract GetPreviousSibling : 
        element:IUITechnologyElement -> IUITechnologyElement
public abstract function GetPreviousSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Elemento precedente di pari livello.

Implementa

IUITechnologyManager.GetPreviousSibling(IUITechnologyElement)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyManager Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement