Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 609 Bytes

ifilesavepickeractivatedeventargs2_callerpackagefamilyname.md

File metadata and controls

23 lines (16 loc) · 609 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Activation.IFileSavePickerActivatedEventArgs2.CallerPackageFamilyName
winrt property

Windows.ApplicationModel.Activation.IFileSavePickerActivatedEventArgs2.CallerPackageFamilyName

-description

The package family name of the app that launched your app.

-property-value

The caller's package family name.

-remarks

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

-examples

-see-also