TreeScope class
The TreeScope enumeration contains values that specify the scope of various operations in the Microsoft UI Automation tree.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- TreeScope_Ancestors → const int
- The scope includes the parent and more distant ancestors of the element.
- TreeScope_Children → const int
- The scope includes children of the element.
- TreeScope_Descendants → const int
- The scope includes children and more distant descendants of the element.
- TreeScope_Element → const int
- The scope includes the element itself.
- TreeScope_None → const int
- The scope excludes the subtree from the search.
- TreeScope_Parent → const int
- The scope includes the parent of the element.
- TreeScope_Subtree → const int
- The scope includes the element and all its descendants. This flag is a combination of the TreeScope_Element and TreeScope_Descendants values.