Compartilhar via


Método IUITechnologyManager.GetPreviousSibling

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Retorna o irmão anterior de um determinado elemento na hierarquia de interface do usuário.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
O elemento anterior.

Segurança do .NET Framework

Consulte também

Referência

IUITechnologyManager Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement