Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

For WPF and Silverlight, the pages must inherit from Page. For WP7, the pages must inherit from PhoneApplicationPage. In WPF, the parameters are of type Dictionary<string, object>, in Silverlight and WP7, the arguments are of type Dictionary<string, string>.

Platform info

FrameworkSupported
WPFImage Removed
Silverlight 5Image Removed
Windows Phone 8.0Image Removed
Windows Phone 8.1Image Removed
Windows RT 8.0Image Removed
Windows RT 8.1Image Removed
AndroidImage Removed
iOSImage Removed
Test/emulation serviceImage Removed

Closing an application

It is possible to close an application using the following code:

...

  • /Views/[VM].xaml
  •  /Views/[VM]View.xaml
  •  /Views/[VM]Control.xaml
  •  /Views/[VM]Page.xaml
  •  /Views/[VM]Window.xaml
  •  /Controls/[VM].xaml
  •  /Controls/[VM]Control.xaml
  •  /Pages/[VM].xaml
  •  /Pages/[VM]Page.xaml
  •  /Windows/[VM].xaml
  •  /Windows/[VM]Window.xaml
  •  /UI/Views/[VM].xaml
  •  /UI/Views/[VM]View.xaml
  •  /UI/Views/[VM]Control.xaml
  •  /UI/Views/[VM]Page.xaml
  •  /UI/Views/[VM]Window.xaml
  •  /UI/Controls/[VM].xaml
  •  /UI/Controls/[VM]Control.xaml
  •  /UI/Pages/[VM].xaml
  •  /UI/Pages/[VM]Page.xaml
  •  /UI/Windows/[VM].xaml
  •  /UI/Windows/[VM]Window.xaml 

...