AtIndex(UIDocument, int, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index. |
AtIndex(UIDocument, int, string, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index according to the filter applied via the selector. |
AtIndex<TResult>(UIDocument, int, TypeSearch, Predicate<TResult>) | Retrieves a element at a specified index. |
AtIndex<TResult>(UIDocument, int, string, TypeSearch, Predicate<TResult>) | Retrieves a element at a specified index according to the filter applied via the selector. |
AtLastIndex(UIDocument, int, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index (counting from the end). |
AtLastIndex(UIDocument, int, string, TypeSearch, Predicate<VisualElement>) | Retrieves aVisualElementat a specified index (counting from the end) according to the filter applied via the selector. |
AtLastIndex<TResult>(UIDocument, int, TypeSearch, Predicate<TResult>) | Retrieves a element at a specified index (counting from the end). |
AtLastIndex<TResult>(UIDocument, int, string, TypeSearch, Predicate<TResult>) | Retrieves a element at a specified index (counting from the end) according to the filter applied via the selector. |
Exists(UIDocument, TypeSearch, Predicate<VisualElement>) | Checks if there is aVisualElement. |
Exists(UIDocument, string, TypeSearch, Predicate<VisualElement>) | Checks if there is aVisualElementaccording to the filter applied via the selector. |
Exists<TResult>(UIDocument, TypeSearch, Predicate<TResult>) | Checks if there is a element. |
Exists<TResult>(UIDocument, string, TypeSearch, Predicate<TResult>) | Checks if there is a element according to the filter applied via the selector. |
Find(UIDocument, TypeSearch, Predicate<VisualElement>) | Retrieves allVisualElement. |
Find(UIDocument, string, TypeSearch, Predicate<VisualElement>) | Retrieves allVisualElementfiltered according to the selector. |
Find<TResult>(UIDocument, TypeSearch, Predicate<TResult>) | Retrieves all elements. |
Find<TResult>(UIDocument, string, TypeSearch, Predicate<TResult>) | Retrieves all elements filtered according to the selector. |
GetFirst(UIDocument, TypeSearch, Predicate<VisualElement>) | Retrieves the firstVisualElement. |
GetFirst(UIDocument, string, TypeSearch, Predicate<VisualElement>) | Retrieves the firstVisualElementaccording to the filter applied via the selector. |
GetFirst<TResult>(UIDocument, TypeSearch, Predicate<TResult>) | Retrieves the first element. |
GetFirst<TResult>(UIDocument, string, TypeSearch, Predicate<TResult>) | Retrieves the first element according to the filter applied via the selector. |
GetLast(UIDocument, TypeSearch, Predicate<VisualElement>) | Retrieves the lastVisualElement. |
GetLast(UIDocument, string, TypeSearch, Predicate<VisualElement>) | Retrieves the lastVisualElementaccording to the filter applied via the selector. |
GetLast<TResult>(UIDocument, TypeSearch, Predicate<TResult>) | Retrieves the last element. |
GetLast<TResult>(UIDocument, string, TypeSearch, Predicate<TResult>) | Retrieves the last element according to the filter applied via the selector. |
Match(UIDocument, VisualElement, string, TypeSearch, MatchCombinator) | Checks if there is a match between the currentVisualElement(through a combinator) and the hosts, filtered by the selector. The combinator is used to know the relationship between the currentVisualElementand the targetedVisualElementfrom the selector. |