ActionSheetArguments.Result Proprietà

Definizione

Ottiene l'origine di completamento dell'attività per la scelta dell'utente.

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)

Valore della proprietà

Per l'uso interno della piattaforma Microsoft.Maui.Controls.

Si applica a