FileActivatedEventArgs.CallerPackageFamilyName Property

Definition

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

public:
 property Platform::String ^ CallerPackageFamilyName { Platform::String ^ get(); };
winrt::hstring CallerPackageFamilyName();
public string CallerPackageFamilyName { get; }
var string = fileActivatedEventArgs.callerPackageFamilyName;
Public ReadOnly Property CallerPackageFamilyName As String

Property Value

String

Platform::String

winrt::hstring

The caller's package family name.

Implements

Remarks

If the caller is an unpackaged app (such as an unpackaged desktop app), CallerPackageFamilyName will be empty, that is "".

Applies to