IFileActivatedEventArgsWithCallerPackageFamilyName IFileActivatedEventArgsWithCallerPackageFamilyName IFileActivatedEventArgsWithCallerPackageFamilyName IFileActivatedEventArgsWithCallerPackageFamilyName Interface

Definition

Provides data when an app is activated because it is the program associated with a file.

public : interface IFileActivatedEventArgsWithCallerPackageFamilyNamepublic interface IFileActivatedEventArgsWithCallerPackageFamilyNamePublic Interface IFileActivatedEventArgsWithCallerPackageFamilyName// You can use this interface in JavaScript.
Inheritance
IFileActivatedEventArgsWithCallerPackageFamilyNameIFileActivatedEventArgsWithCallerPackageFamilyNameIFileActivatedEventArgsWithCallerPackageFamilyNameIFileActivatedEventArgsWithCallerPackageFamilyName
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

The package family name of the app that launched this app.

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 caller's package family name.

Remarks

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

See Also