ActionSheetArguments.Result Property

Definition

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

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

Property Value

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

Applies to