다음을 통해 공유


AppActions 클래스

정의

AppActions API를 사용하면 앱 아이콘에서 앱 바로 가기를 만들고 응답할 수 있습니다.

public ref class AppActions abstract sealed
public static class AppActions
type AppActions = class
Public Class AppActions
상속
AppActions

속성

Current

이 API의 정적 사용에 대한 기본 구현을 제공합니다.

IsSupported

이 디바이스에서 앱 작업이 지원되는지를 가져옵니다.

메서드

GetAsync()

현재 사용 가능한 모든 인스턴스를 검색 AppAction 합니다.

SetAsync(AppAction[])

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

SetAsync(IEnumerable<AppAction>)

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

이벤트

OnAppAction

앱 작업이 활성화될 때 발생합니다.

적용 대상