vsIncrementalSearchResult Enumeration
Visual Studio 2015
Describes the status of the search result.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| vsIncrementalSearchResultFailed | Did not successfully find the pattern. The selection was not changed. | |
| vsIncrementalSearchResultFound | Found the pattern and moved the selection. | |
| vsIncrementalSearchResultPassedEOB | Found the pattern and moved the selection past the end of the buffer. | |
| vsIncrementalSearchResultPassedStart | Found the pattern and moved the selection past the beginning of the buffer. |
Show: