ILaunchActivatedEventArgs.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the arguments that are passed to the app during its launch activation.
public:
property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = iLaunchActivatedEventArgs.arguments;
Public ReadOnly Property Arguments As String
Property Value
The list of arguments.