LaunchActivatedEventArgs クラス

定義

Application.OnLaunched イベントのイベント情報を提供します。

public ref class LaunchActivatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LaunchActivatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LaunchActivatedEventArgs
Public NotInheritable Class LaunchActivatedEventArgs
継承
Object Platform::Object IInspectable LaunchActivatedEventArgs
属性

注釈

ArgumentsプロパティとUWPLaunchActivatedEventArgs プロパティは、Windows アプリ SDK アプリではサポートされていません。

現在のプロセスのコマンド ライン引数は、次を呼び出して取得できます。

プロパティ

名前 説明
Arguments

起動時にアプリケーションに渡される引数を取得します。

UWPLaunchActivatedEventArgs

Windowsを取得します。UWP アプリの ApplicationModel.Activation.LaunchActivatedEventArgs。 使用しないでください。

適用対象