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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension