AppNotificationActivatedEventArgs.UserInput Property

Definition

Gets a map of IDs and values of the input elements of an app notification.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ UserInput { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> UserInput();
public IDictionary<string,string> UserInput { get; }
var iMap = appNotificationActivatedEventArgs.userInput;
Public ReadOnly Property UserInput 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 where the key is the ID of an app notification input, such as a TextBox, and the value is the value of the input.

Applies to