C# Class Cimbalino.Phone.Toolkit.Services.SearchService

Represents an implementation of the ISearchService.
Inheritance: ISearchService
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Méthodes publiques

Méthode Description
Show ( string searchQuery ) : void

Shows the Web Search application, using the specified search query.

Method Details

Show() public méthode

Shows the Web Search application, using the specified search query.
public Show ( string searchQuery ) : void
searchQuery string The search query that the Web Search application will use when it is launched.
Résultat void