共用方式為


AppActions.SetAsync 方法

定義

多載

SetAsync(IEnumerable<AppAction>)
SetAsync(AppAction[])

SetAsync(IEnumerable<AppAction>)

public static System.Threading.Tasks.Task SetAsync (System.Collections.Generic.IEnumerable<Xamarin.Essentials.AppAction> actions);

參數

actions
System.Collections.Generic.IEnumerable<AppAction>

傳回

System.Threading.Tasks.Task

適用於

SetAsync(AppAction[])

public static System.Threading.Tasks.Task SetAsync (params Xamarin.Essentials.AppAction[] actions);

參數

actions
AppAction[]

傳回

System.Threading.Tasks.Task

適用於