IQueryToken Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A query token. Part of a query for matching view elements for queries and gestures.
public interface IQueryToken
type IQueryToken = interface
Public Interface IQueryToken
Methods
ToCodeString() |
Returns a string representation of the code representing the query. Used for output. |
ToQueryString(QueryPlatform) |
Converts the query token to a Calabash query string. |