共用方式為


IAppActions.GetAsync 方法

定義

擷取所有目前可用的 AppAction 實例。

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

傳回

此應用程式可用的集合 AppAction

適用於