Freigeben über


AppNotificationActivatedEventArgs.UserInput Eigenschaft

Definition

Ruft eine Zuordnung von IDs und Werten der Eingabeelemente einer App-Benachrichtigung ab.

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)

Eigenschaftswert

IMap<String,String>

IDictionary<String,String>

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

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

Ein Wörterbuch, bei dem der Schlüssel die ID einer App-Benachrichtigungseingabe ist, z. B. textBox, und der Wert ist der Wert der Eingabe.

Gilt für: