AppNotificationActivatedEventArgs.UserInput 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代理程式更新之輸入元素的識別碼和值的對應。
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)
屬性值
索引鍵是代理程式更新輸入識別碼的字典,例如 TextBox,而值則是輸入的值。