InteractionResult<T> 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.
Represents the result of an interaction.
public class InteractionResult<T>
type InteractionResult<'T> = class
Public Class InteractionResult(Of T)
Type Parameters
- T
- Inheritance
-
InteractionResult<T>
Properties
| Canceled |
A flag indicating whether the interaction was canceled by the user. |
| Data |
The data returned from the interaction. Won't have a useful value if the interaction was canceled. |