IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData Interface

Definition

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

public : interface IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndDatapublic interface IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndDataPublic Interface IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData// You can use this interface in JavaScript.
Inheritance
IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndDataIProtocolActivatedEventArgsWithCallerPackageFamilyNameAndDataIProtocolActivatedEventArgsWithCallerPackageFamilyNameAndDataIProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

CallerPackageFamilyName CallerPackageFamilyName CallerPackageFamilyName CallerPackageFamilyName

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

public : PlatForm::String CallerPackageFamilyName { get; }public string CallerPackageFamilyName { get; }Public ReadOnly Property CallerPackageFamilyName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

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

Remarks

If the caller is a non-packaged app (such as a Win32 app), CallerPackageFamilyName will be empty, that is "".

Data Data Data Data

Data received from the application that activated the current application.

public : ValueSet Data { get; }public ValueSet Data { get; }Public ReadOnly Property Data As ValueSet// You can use this property in JavaScript.
Value
ValueSet ValueSet ValueSet ValueSet

User-defined data.

See Also