TreeWalker.GetNextSibling Method
.NET Framework 3.0
Retrieves the next sibling element of the specified AutomationElement.
| Name | Description |
|---|---|
| TreeWalker.GetNextSibling (AutomationElement) | Retrieves the next sibling element of the specified AutomationElement. |
| TreeWalker.GetNextSibling (AutomationElement, CacheRequest) | Retrieves the next sibling element of the specified AutomationElement and caches properties and patterns. |
An AutomationElement can have additional sibling 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 next sibling element will be returned as the next sibling on subsequent passes.