Udostępnij za pośrednictwem


Właściwość IQueryElement.Ancestor —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Zwraca lub ustawia obiekt nadrzędny element tej kwerendy.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
Property Ancestor As IUITechnologyElement
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Element nadrzędny.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IQueryElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement