Freigeben über


IAppActions.SetAsync(IEnumerable<AppAction>) Methode

Definition

Legt die App-Aktionen fest, die für diese App verfügbar sein werden.

public:
 System::Threading::Tasks::Task ^ SetAsync(System::Collections::Generic::IEnumerable<Microsoft::Maui::ApplicationModel::AppAction ^> ^ actions);
public System.Threading.Tasks.Task SetAsync(System.Collections.Generic.IEnumerable<Microsoft.Maui.ApplicationModel.AppAction> actions);
abstract member SetAsync : seq<Microsoft.Maui.ApplicationModel.AppAction> -> System.Threading.Tasks.Task
Public 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.

Gilt für: