Compartir a través de


UITechnologyManager.GetNextSibling (Método)

Devuelve el elemento relacionado siguiente del elemento especificado de la jerarquía de la interfaz de usuario.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Public MustOverride Function GetNextSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public abstract IUITechnologyElement GetNextSibling(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetNextSibling(
    IUITechnologyElement^ element
) abstract
abstract GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement
public abstract function GetNextSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Elemento relacionado siguiente.

Implementaciones

IUITechnologyManager.GetNextSibling(IUITechnologyElement)

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyManager Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)

IUITechnologyElement