AppActions.SetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetAsync(IEnumerable<AppAction>) | |
SetAsync(AppAction[]) |
SetAsync(IEnumerable<AppAction>)
public static System.Threading.Tasks.Task SetAsync (System.Collections.Generic.IEnumerable<Xamarin.Essentials.AppAction> actions);
Parameter
- actions
- System.Collections.Generic.IEnumerable<AppAction>
Gibt zurück
System.Threading.Tasks.Task
Gilt für:
SetAsync(AppAction[])
public static System.Threading.Tasks.Task SetAsync (params Xamarin.Essentials.AppAction[] actions);
Parameter
- actions
- AppAction[]
Gibt zurück
System.Threading.Tasks.Task