Discussed in #2000
Originally posted by MarkIngramUK January 21, 2022
Unless I've missed something, there appears to be 2 APIs available for launching packaged applications:
Launch, but with no arguments
Windows.ApplicationModel.Core.AppListEntry.LaunchAsync
Launch, with arguments
IApplicationActivationManager.ActivateApplication
Will WindowsAppSDK be providing an equivalent Microsoft.ApplicationModel.Core.AppListEntry API? If so, can I suggest that an additional LaunchAsyncWithArgs function is added, so that we can stay within the WindowsAppSDK, without needing to dip into COM (IApplicationActivationManager)?
Related discussion - #81 (comment)
Discussed in #2000
Originally posted by MarkIngramUK January 21, 2022
Unless I've missed something, there appears to be 2 APIs available for launching packaged applications:
Launch, but with no arguments
Windows.ApplicationModel.Core.AppListEntry.LaunchAsync
Launch, with arguments
IApplicationActivationManager.ActivateApplication
Will WindowsAppSDK be providing an equivalent
Microsoft.ApplicationModel.Core.AppListEntryAPI? If so, can I suggest that an additionalLaunchAsyncWithArgsfunction is added, so that we can stay within the WindowsAppSDK, without needing to dip into COM (IApplicationActivationManager)?Related discussion - #81 (comment)