IAppActions 介面

定義

AppActions API 可讓您從應用程式圖示建立和回應應用程式快捷方式。

public interface class IAppActions
public interface IAppActions
type IAppActions = interface
Public Interface IAppActions

屬性

IsSupported

取得此裝置是否支援應用程式動作。

方法

GetAsync()

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

SetAsync(IEnumerable<AppAction>)

設定將可供此應用程式使用的應用程式動作。

事件

AppActionActivated

啟動應用程式動作時所觸發的事件。

適用於