次の方法で共有


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このイベントをトリガーした 。

適用対象