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

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

適用対象