IQueryToken.ToQueryString(QueryPlatform) Method
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.
Converts the query token to a Calabash query string.
public string ToQueryString (Xamarin.UITest.Queries.QueryPlatform queryPlatform);
abstract member ToQueryString : Xamarin.UITest.Queries.QueryPlatform -> string
Parameters
- queryPlatform
- QueryPlatform
The target query platform.
Returns
A valid Calabash query string.