Share via


AppNotificationActivatedEventArgs.Arguments Property

Definition

Gets a dictionary of arguments set in the arguments attribute of the action element associated with the app notification button input that triggered the app activation.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Arguments { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Arguments();
public IDictionary<string,string> Arguments { get; }
var iMap = appNotificationActivatedEventArgs.arguments;
Public ReadOnly Property Arguments As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

A dictionary of arguments.

Applies to