C# 클래스 Cimbalino.Phone.Toolkit.Services.SearchService

Represents an implementation of the ISearchService.
상속: ISearchService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
Show ( string searchQuery ) : void

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

메소드 상세

Show() 공개 메소드

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.
리턴 void