NavigationUri Property
Collapse the table of content
Expand the table of content

Reminder.NavigationUri Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the navigation URI that is passed to the application when it is launched from the reminder.

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

'Declaration
Public Property NavigationUri As Uri

Property Value

Type: System.Uri
The navigation URI that is passed to the application when launched from the reminder.

The URI must be of type UriKind.Relative and cannot exceed 128 characters. It must be a path to an application page, relative to the application root. For example, “/MainPage.xaml”.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft