AppNotificationActivatedEventArgs.Arguments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在觸發應用程式啟用之應用程式通知按鈕輸入相關聯之動作專案的 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)
屬性值
自變數的字典。