IIncrementalSearch.Start Method

Definition

Starts an incremental search operation, and marks the position of the caret as the starting position for the search.

public:
 void Start();
public:
 void Start();
void Start();
public void Start ();
abstract member Start : unit -> unit
Public Sub Start ()

Exceptions

An incremental search session is in progress. To avoid raising this exception, check the IsActive property before calling Start.

Applies to