VsSearchTask.Start Method

Definition

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.

Applies to