Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 691 Bytes

protocolforresultsactivatedeventargs_callerpackagefamilyname.md

File metadata and controls

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

Windows.ApplicationModel.Activation.ProtocolForResultsActivatedEventArgs.CallerPackageFamilyName

-description

Gets the package family name of the application that activated the current application.

-property-value

The package family name of the application that activated the current application.

-remarks

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

-examples

-see-also