WindowsAppSDK
WindowsAppSDK copied to clipboard
Allowing developers to override the Data field in AppActivationArguments via a new method.
AppActivationArguments does not allow developers to pass in custom arguments to a redirected instance because AppActivationArguments can't be constructed, and Data isn't settable.
This spec is to allow developers to override the Data field in AppActivationArguments so custom arguments can be passed into a new instance.