❔ How can I get command-line activation arguments from a WinUI3 `AppActivationArguments`?
The
Data
property seems to be what passes for a null WinRT reference, definitely not one of the three specified in the documentation, and Kind
is Launch
.2 Replies
For the record I do get them in my
Main
function, but to redirect the activation I need to use one of these pre-built objects right? Right now my redirection works, but I get the same "empty" dataLooks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.