AppActivationArguments Class

Definition

Contains information about the type and data payload for an app activation that was registered by using one of the static methods of the ActivationRegistrationManager class.

public ref class AppActivationArguments sealed
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Version(1)]
class AppActivationArguments final
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppLifecycle.AppLifecycleContract, 65536)]
class AppActivationArguments final
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class AppActivationArguments
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppLifecycle.AppLifecycleContract), 65536)]
public sealed class AppActivationArguments
Public NotInheritable Class AppActivationArguments
Inheritance
Object Platform::Object IInspectable AppActivationArguments
Attributes

Remarks

When a registered activation is triggered, an instance of this class is passed to the event handler for the Activated event of the AppInstance class. Alternatively, the app can call the GetActivatedEventArgs of the AppInstance class to get an instance of this class.

Properties

Data

Gets the data payload for a registered activation.

Kind

Gets the type of a registered activation.

Applies to

See also