AppNotificationActivatedEventArgs.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 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
A dictionary of arguments.