共用方式為


AppActionEventArgs(AppAction) 建構函式

定義

初始化 AppActionEventArgs 類別的新執行個體。

public:
 AppActionEventArgs(Microsoft::Maui::ApplicationModel::AppAction ^ appAction);
public AppActionEventArgs (Microsoft.Maui.ApplicationModel.AppAction appAction);
new Microsoft.Maui.ApplicationModel.AppActionEventArgs : Microsoft.Maui.ApplicationModel.AppAction -> Microsoft.Maui.ApplicationModel.AppActionEventArgs
Public Sub New (appAction As AppAction)

參數

appAction
AppAction

AppAction觸發此事件的 。

適用於