Launch an installed package with arguments #2000
Unanswered
MarkIngramUK
asked this question in
Ideas
Replies: 1 comment
-
This is a great suggestion. I agree, having to use the COM API isn't always convenient. We have no plans for such an API right now, but I've moved this over to an issue / feature in the backlog so that we don't lose track of this input. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 additionalLaunchAsyncWithArgs
function is added, so that we can stay within the WindowsAppSDK, without needing to dip into COM (IApplicationActivationManager
)?Related discussion - #81 (comment)
Beta Was this translation helpful? Give feedback.
All reactions