次の方法で共有


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

適用対象