IIncrementalSearch.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 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
.