DialReceiverActivatedEventArgs.Arguments Property

Definition

Gets the arguments passed by the calling app.

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

Property Value

String

Platform::String

winrt::hstring

The arguments passed by the calling app.

Implements

Applies to