Struct Selector.SelectorBuilder
Implements interfaces:IEquatable<Selector.SelectorBuilder>ICloneable
Syntax
public struct Selector.SelectorBuilder : IEquatable<Selector.SelectorBuilder>, ICloneableMethods
| Name | Description |
|---|---|
| AddClassNames(string) | Adds class name to the targetedVisualElement. |
| AddClassNames(params string[]) | Adds class names to the targetedVisualElement. |
| AddPseudoClass(Type, string) | AddsPseudoClassto the targetedVisualElement. |
| AddPseudoClass<TElement>(string) | AddsPseudoClassto the targetedVisualElement. |
| AddSubSelector(string, string) | Add a new sub-selector |
| AddSubSelector(string, params string[]) | Add a new sub-selector |
| AddSubSelector(Type, string, string) | Add a new sub-selector |
| AddSubSelector(Type, string, params string[]) | Add a new sub-selector |
| AddSubSelector<TElement>(string, string) | Add a new sub-selector |
| AddSubSelector<TElement>(string, params string[]) | Add a new sub-selector |
| Adjacent(string, string) | Add a new compound selector as an adjacent element |
| Adjacent(string, params string[]) | Add a new compound selector as an adjacent element |
| Adjacent(Type, string, string) | Add a new compound selector as an adjacent element |
| Adjacent(Type, string, params string[]) | Add a new compound selector as an adjacent element |
| Adjacent<TElement>(string, string) | Add a new compound selector as an adjacent element |
| Adjacent<TElement>(string, params string[]) | Add a new compound selector as an adjacent element |
| Build() | Retrieve the result from the Selector Builder. |
| Children(string, string) | Add a new compound selector as a child element |
| Children(string, params string[]) | Add a new compound selector as an child element |
| Children(Type, string, string) | Add a new compound selector as an child element |
| Children(Type, string, params string[]) | Add a new compound selector as an child element |
| Children<TElement>(string, string) | Add a new compound selector as an child element |
| Children<TElement>(string, params string[]) | Add a new compound selector as an child element |
| Clone() | Creates a new object that is a copy of the current instance. |
| Descendants(string, string) | Add a new compound selector as an descendant element |
| Descendants(string, params string[]) | Add a new compound selector as an descendant element |
| Descendants(Type, string, string) | Add a new compound selector as an descendant element |
| Descendants(Type, string, params string[]) | Add a new compound selector as an descendant element |
| Descendants<TElement>(string, string) | Add a new compound selector as an descendant element |
| Descendants<TElement>(string, params string[]) | Add a new compound selector as an descendant element |
| SetName(string) | Set the name of the targetedVisualElement. |
| SetType(string) | Sets the type of the targetedVisualElement. |
| SetType(Type) | Sets the type of the targetedVisualElement. |
| SetType<TElement>() | Sets the type of the targetedVisualElement. |
| Siblings(string, string) | Add a new compound selector as a sibling element |
| Siblings(string, params string[]) | Add a new compound selector as an sibling element |
| Siblings(Type, string, string) | Add a new compound selector as an sibling element |
| Siblings(Type, string, params string[]) | Add a new compound selector as an sibling element |
| Siblings<TElement>(string, string) | Add a new compound selector as an sibling element |
| Siblings<TElement>(string, params string[]) | Add a new compound selector as an sibling element |
| Where(Predicate<VisualElement>) | Applies a custom filter on the targetedVisualElement. |
