TreeWalker.GetParent Method
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Retrieves the parent element of the specified AutomationElement.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
Name | Description | |
---|---|---|
![]() | GetParent(AutomationElement) | Retrieves the parent element of the specified AutomationElement. |
![]() | GetParent(AutomationElement, CacheRequest) | Retrieves the parent element of the specified AutomationElement and caches properties and patterns. |
The structure of the AutomationElement tree changes as the visible user interface (UI) elements on the desktop change. It is not guaranteed that an element returned as the parent element will be returned as the parent on subsequent passes.
Show: