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(AppAction[]) |
Legt die App-Aktionen fest, die für diese App verfügbar sein werden. |
SetAsync(IEnumerable<AppAction>) |
Legt die App-Aktionen fest, die für diese App verfügbar sein werden. |
SetAsync(AppAction[])
- Quelle:
- AppActions.shared.cs
- Quelle:
- AppActions.shared.cs
Legt die App-Aktionen fest, die für diese App verfügbar sein werden.
public:
static System::Threading::Tasks::Task ^ SetAsync(... cli::array <Microsoft::Maui::ApplicationModel::AppAction ^> ^ actions);
public static System.Threading.Tasks.Task SetAsync (params Microsoft.Maui.ApplicationModel.AppAction[] actions);
static member SetAsync : Microsoft.Maui.ApplicationModel.AppAction[] -> System.Threading.Tasks.Task
Public Shared Function SetAsync (ParamArray actions As AppAction()) As Task
Parameter
Gibt zurück
Ein Task -Objekt mit dem aktuellen status des asynchronen Vorgangs.
Gilt für:
SetAsync(IEnumerable<AppAction>)
- Quelle:
- AppActions.shared.cs
- Quelle:
- AppActions.shared.cs
Legt die App-Aktionen fest, die für diese App verfügbar sein werden.
public:
static System::Threading::Tasks::Task ^ SetAsync(System::Collections::Generic::IEnumerable<Microsoft::Maui::ApplicationModel::AppAction ^> ^ actions);
public static System.Threading.Tasks.Task SetAsync (System.Collections.Generic.IEnumerable<Microsoft.Maui.ApplicationModel.AppAction> actions);
static member SetAsync : seq<Microsoft.Maui.ApplicationModel.AppAction> -> System.Threading.Tasks.Task
Public Shared Function SetAsync (actions As IEnumerable(Of AppAction)) As Task
Parameter
- actions
- IEnumerable<AppAction>
Eine Sammlung davon AppAction , die für diese App festgelegt werden soll.
Gibt zurück
Ein Task -Objekt mit dem aktuellen status des asynchronen Vorgangs.