Condividi tramite


Metodo IUITechnologyManager.GetPreviousSibling

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Restituisce l'elemento di pari livello precedente dell'elemento specificato della gerarchia dell'interfaccia utente.

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

Sintassi

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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
l'elemento di pari livello precedente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUITechnologyManager Interfaccia

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

IUITechnologyElement