DialReceiverActivatedEventArgs.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 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
The arguments passed by the calling app.