QueryElement.Ancestor Property

Definition

Gets or sets the UI element that is the ancestor of this query element.

public:
 property Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ Ancestor { Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ get(); void set(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ value); };
public Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement Ancestor { get; set; }
member this.Ancestor : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement with get, set
Public Property Ancestor As IUITechnologyElement

Property Value

The ancestor element.

Implements

Applies to