FileSavePickerActivatedEventArgs.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.
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 an unpackaged app (such as an unpackaged desktop app).