AppResult 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.
Representation of a view element in the app.
public class AppResult
type AppResult = class
Public Class AppResult
- Inheritance
-
AppResult
Constructors
AppResult() |
Initializes a new instance of the AppResult class. |
Properties
Class |
The class of the view element. |
Description |
A platform specific text representation of the view element. |
Enabled |
Whether the element is enabled or not. |
Id |
The identifier of the view element. For Android: The id of the element. For iOS: The accessibilityIdentifier of the element. |
Label |
The label of the view element. For Android: The contentDescription of the element. For iOS: The accessibilityLabel of the element. |
Rect |
The AppRect rectangle representing the elements position and size. |
Text |
The text of the view element. |