ToastActivatedEventArgs.UserInput Proprietà

Definizione

Per le notifiche di tipo avviso popup che includono caselle di testo per l'input dell'utente, contiene l'input dell'utente.

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

Valore della proprietà

Stringa, se presente, che un utente ha immesso nella notifica di tipo avviso popup.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1903 (è stato introdotto in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v8.0)

Si applica a