Skip to content

How to pass arguments when launch by uri #4351

Answered by eduardobragaxz
MemeTao asked this question in Q&A
Discussion options

You must be logged in to vote

Does args.UWPLaunchActivatedEventArgs return anything? I think you have to use something like this

var activatedArgs = Microsoft.Windows.AppLifecycle.AppInstance.GetCurrent().GetActivatedEventArgs(); 

var activationKind = activatedArgs.Kind;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MemeTao
Comment options

Answer selected by MemeTao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants