VsSearchTask::Start Method ()
Visual Studio 2015
Starts the search task.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
This method implements Start and sets the task status to Started. If that is possible (that is, the task was not stopped before being started), the base class' implementation calls OnStartSearch, which can be overridden in derived classes to perform the actual search.
Show: