Método UITechnologyManager.GetParent

Obtém o pai 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
Public MustOverride Function GetParent ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public abstract IUITechnologyElement GetParent(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetParent(
    IUITechnologyElement^ element
) abstract
abstract GetParent : 
        element:IUITechnologyElement -> IUITechnologyElement 
public abstract function GetParent(
    element : IUITechnologyElement
) : IUITechnologyElement

Parâmetros

Valor de retorno

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

Implementações

IUITechnologyManager.GetParent(IUITechnologyElement)

Segurança do .NET Framework

Consulte também

Referência

UITechnologyManager Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement