다음을 통해 공유


IAppActions.SetAsync(IEnumerable<AppAction>) 메서드

정의

이 앱에 사용할 수 있는 앱 작업을 설정합니다.

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

매개 변수

actions
IEnumerable<AppAction>

이 앱에 AppAction 대해 설정할 컬렉션입니다.

반환

Task 비동기 작업의 현재 상태 있는 개체입니다.

적용 대상