Freigeben über


AppActions.GetAsync Methode

Definition

Ruft alle derzeit verfügbaren AppAction Instanzen ab.

public:
 static System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::Maui::ApplicationModel::AppAction ^> ^> ^ GetAsync();
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.ApplicationModel.AppAction>> GetAsync ();
static member GetAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Maui.ApplicationModel.AppAction>>
Public Shared Function GetAsync () As Task(Of IEnumerable(Of AppAction))

Gibt zurück

Eine Sammlung von AppAction verfügbaren für diese App.

Gilt für: