WebUIDialReceiverActivatedEventArgs.Arguments Property

Definition

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 = webUIDialReceiverActivatedEventArgs.arguments;
Public ReadOnly Property Arguments As String

Property Value

String

Platform::String

winrt::hstring

The list of arguments.

Implements

Applies to