Your application can use the SearchTask class to assist users in finding information on their device and on the web. You simply specify the search string and then show the SearchTask instance, as shown in the following code example. Results are displayed and the user can navigate these in the usual way.
C#
SearchTask searchTask = new SearchTask();
searchTask.SearchQuery = “Tailspin Surveys”;
searchTask.Show();