VsSearchTask.Start Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the search task
public:
virtual void Start();
public:
void Start();
void Start();
public void Start ();
abstract member Start : unit -> unit
override this.Start : unit -> unit
Public Sub Start ()
Implements
Remarks
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.