ProtocolActivatedEventArgs.CallerPackageFamilyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 ""
.