AppNotificationActivatedEventArgs.Arguments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在与触发应用激活的应用通知按钮输入关联的 action 元素的 arguments 属性中设置的参数字典。
public:
property IMap<Platform::String ^, Platform::String ^> ^ Arguments { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Arguments();
public IDictionary<string,string> Arguments { get; }
var iMap = appNotificationActivatedEventArgs.arguments;
Public ReadOnly Property Arguments As IDictionary(Of String, String)
属性值
参数字典。