1 2 3 4 5 6 7 8 9 10 11
//function to display the application list public async void launch() { //In this example the publisher name is Study circle await Windows.System.Launcher.LaunchUriAsync(new Uri("zune:search?publisher=Study circle")); }