Share via


AlertArguments.Result Property

Definition

Gets the TaskCompletionSource used to handle the async result of the alert dialog interaction.

public:
 property System::Threading::Tasks::TaskCompletionSource<bool> ^ Result { System::Threading::Tasks::TaskCompletionSource<bool> ^ get(); };
public System.Threading.Tasks.TaskCompletionSource<bool> Result { get; }
member this.Result : System.Threading.Tasks.TaskCompletionSource<bool>
Public ReadOnly Property Result As TaskCompletionSource(Of Boolean)

Property Value

For internal use by the Microsoft.Maui.Controls platform.

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Applies to