WebUIToastNotificationActivatedEventArgs.UserInput Property

Definition

Gets a set of values that you can use to obtain the user input from an interactive toast notification.

public:
 property ValueSet ^ UserInput { ValueSet ^ get(); };
ValueSet UserInput();
public ValueSet UserInput { get; }
var valueSet = webUIToastNotificationActivatedEventArgs.userInput;
Public ReadOnly Property UserInput As ValueSet

Property Value

A set of values that you can use to obtain the user input from an interactive toast notification. This information consists of pairs of keys and values, in which the keys are the identifiers for the input elements for which the user provided input and the values represent the input from the user. For input elements that specify that the type of the input is text, the value is the string that the user specified. For input elements that specify that the type of the input is an item that the user selects from a predefined list, the value is the identifier for the item that the user selected.

Implements

Applies to