Propriedade IQueryElement.Ancestor

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

Obtém ou define o ancestral deste elemento de consulta.

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

Sintaxe

'Declaração
Property Ancestor As IUITechnologyElement
    Get
    Set
IUITechnologyElement Ancestor { get; set; }
property IUITechnologyElement^ Ancestor {
    IUITechnologyElement^ get ();
    void set (IUITechnologyElement^ value);
}
abstract Ancestor : IUITechnologyElement with get, set
function get Ancestor () : IUITechnologyElement
function set Ancestor (value : IUITechnologyElement)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IQueryElement Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement