Método IUITechnologyManager.GetNextSibling

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

Retorna o próximo irmão do elemento fornecido 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 GetNextSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
IUITechnologyElement GetNextSibling(
    IUITechnologyElement element
)
IUITechnologyElement^ GetNextSibling(
    IUITechnologyElement^ element
)
abstract GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement 
function GetNextSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
O próximo elemento irmão.

Segurança do .NET Framework

Consulte também

Referência

IUITechnologyManager Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement