FileSavePickerActivatedEventArgs.CallerPackageFamilyName Property
Definition
The package family name of the app that launched this app.
public:
property Platform::String ^ CallerPackageFamilyName { Platform::String ^ get(); };
winrt::hstring CallerPackageFamilyName();
public string CallerPackageFamilyName { get; }
var string = fileSavePickerActivatedEventArgs.callerPackageFamilyName;
Public ReadOnly Property CallerPackageFamilyName As String
Property Value
The caller's package family name.
Implements
Remarks
CallerPackageFamilyName will be empty if the caller is a non-packaged app (such as a Win32 app).