IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData Interface

Definition

Provides data and the package family name of the app that activated the current app.

public interface class IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3628731410, 23695, 17292, 131, 203, 194, 143, 204, 11, 47, 219)]
struct IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3628731410, 23695, 17292, 131, 203, 194, 143, 204, 11, 47, 219)]
public interface IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData : IActivatedEventArgs
Public Interface IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData
Implements IActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

CallerPackageFamilyName

Gets the package family name of the application that activated the current application.

Data

Data received from the application that activated the current application.

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

(Inherited from IActivatedEventArgs)

Applies to

See also