CommandLineActivationOperation.Arguments Property

Definition

Gets the command-line arguments passed to the app when it was activated.

public:
 property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = commandLineActivationOperation.arguments;
Public ReadOnly Property Arguments As String

Property Value

String

Platform::String

winrt::hstring

The command line arguments.

Applies to