ProtocolActivatedEventArgs.CallerPackageFamilyName Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Implements

Remarks

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

Applies to