IFileOpenPickerActivatedEventArgs2.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 your app.
public:
property Platform::String ^ CallerPackageFamilyName { Platform::String ^ get(); };
winrt::hstring CallerPackageFamilyName();
public string CallerPackageFamilyName { get; }
var string = iFileOpenPickerActivatedEventArgs2.callerPackageFamilyName;
Public ReadOnly Property CallerPackageFamilyName As String
Property Value
The caller's package family name.