Class StyleQuery
A query in a ContainerQuery.
public abstract class StyleQuery
- Inheritance
-
StyleQuery
- Inherited Members
- Extension Methods
Methods
ToString()
public override string ToString()
Returns
ToString(ContainerQuery?)
Gets a string representing the query, with the nesting separator (^
) replaced with
the parent query.
public abstract string ToString(ContainerQuery? owner)
Parameters
owner
ContainerQueryThe owner container.