TreeWalker.GetLastChild Method
.NET Framework 4.5
Retrieves the last child element of the specified AutomationElement.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetLastChild(AutomationElement) | Retrieves the last child element of the specified AutomationElement. |
|
GetLastChild(AutomationElement, CacheRequest) | Retrieves the last child element of the specified AutomationElement and caches properties and patterns. |
An AutomationElement can have additional child elements that do not match the current view condition and thus are not returned when navigating the element tree.
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 last child element will be returned as the last child on subsequent passes.