TreeWalker Methods
.NET Framework 4.5
The TreeWalker type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetFirstChild(AutomationElement) | Retrieves the first child element of the specified AutomationElement. |
|
GetFirstChild(AutomationElement, CacheRequest) | Retrieves the first child element of the specified AutomationElement and caches properties and patterns. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
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. |
|
GetNextSibling(AutomationElement) | Retrieves the next sibling element of the specified AutomationElement. |
|
GetNextSibling(AutomationElement, CacheRequest) | Retrieves the next sibling element of the specified AutomationElement and caches properties and patterns. |
|
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. |
|
GetPreviousSibling(AutomationElement) | Retrieves the previous sibling of the specified AutomationElement. |
|
GetPreviousSibling(AutomationElement, CacheRequest) | Retrieves the previous sibling of the specified AutomationElement and caches properties and patterns. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Normalize(AutomationElement) | Retrieves the node itself, if it satisfies the Condition, or the nearest parent or ancestor node that satisfies the Condition. |
|
Normalize(AutomationElement, CacheRequest) | Retrieves the node itself, if it satisfies the Condition, or the nearest parent or ancestor node that satisfies the Condition, and caches properties and patterns. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |