I'm making a WinUI3 app in Visual Studio, and I'd like to open a file when I start debugging, so that activatedEventArgs.Kind == ExtendedActivationKind.File
as per this.
I'm really struggling to turn anything up with google, so am making a question here to help the next person.