Partilhar via


Método UITechnologyManagerProxy.GetNextSibling

Obtém o seguinte irmão do elemento da hierarquia de interface do usuário.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overrides Function GetNextSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public override IUITechnologyElement GetNextSibling(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetNextSibling(
    IUITechnologyElement^ element
) override
abstract GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement 
override GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement 
public override function GetNextSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
O irmão zero ou o seguinte se um não.

Implementações

IUITechnologyManager.GetNextSibling(IUITechnologyElement)

Segurança do .NET Framework

Consulte também

Referência

UITechnologyManagerProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting