QueryElement.Ancestor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.