Partager via


AppNotificationActivatedEventArgs.UserInput Propriété

Définition

Obtient une carte des ID et des valeurs des éléments d’entrée d’une notification d’application.

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)

Valeur de propriété

IMap<String,String>

IDictionary<String,String>

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

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

Dictionnaire où la clé est l’ID d’une entrée de notification d’application, telle qu’une zone de texte, et où la valeur est la valeur de l’entrée.

S’applique à