This topic has not yet been rated - Rate this topic

TreeWalker.GetNextSibling Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.