Share via


NotificationEventArgs.Collection Property

Namespace:  Microsoft.Phone.Notification
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property Collection As IDictionary(Of String, String)
public IDictionary<string, string> Collection { get; }
public:
property IDictionary<String^, String^>^ Collection {
    IDictionary<String^, String^>^ get ();
}
member Collection : IDictionary<string, string> with get

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

NotificationEventArgs Class

Microsoft.Phone.Notification Namespace