The custom arguments passed to the application.

C# | Visual Basic | Managed C++ |
IDictionary<string, Object> Arguments { get; }
ReadOnly Property Arguments As IDictionary(Of String, Object)
property IDictionary<String^, Object^>^ Arguments { IDictionary<String^, Object^>^ get (); }