PropertyAppQuery Class
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.
Fluent query API for specifying view elements predicates for properties.
public class PropertyAppQuery : Xamarin.UITest.Utils.IFluentInterface
type PropertyAppQuery = class
interface IFluentInterface
Public Class PropertyAppQuery
Implements IFluentInterface
- Inheritance
-
PropertyAppQuery
- Implements
Constructors
PropertyAppQuery(QueryPlatform, AppQuery, String) |
Initial constructor for property queries. Should not be called directly, but used as part of the fluent API in the app classes. |
Properties
QueryPlatform |
The target platform of the query. Useful when writing extensions methods for queries for platform differences. |
Methods
Contains(String) |
Matches properties containing with the given text. |
EndsWith(String) |
Matches properties ending with the given text. |
Like(String) |
Matches properties like the given text. Supports * wildcards. |
Predicate(String, String) |
Matches properties matching the given predicate and text. Allows using unexposed Calabash predicates. |
StartsWith(String) |
Matches properties starting with the given text. |
Value<T>() |
Extracts the value of the property. |
Explicit Interface Implementations
IFluentInterface.GetType() |