AppActions.SetAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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