Share via


vsIncrementalSearchResult Enum

Definition

Describes the status of the search result.

C++/CX
public enum class vsIncrementalSearchResult
Inheritance
vsIncrementalSearchResult
Attributes

Fields

Name Value Description
vsIncrementalSearchResultFound 1

Found the pattern and moved the selection.

vsIncrementalSearchResultPassedEOB 2

Found the pattern and moved the selection past the end of the buffer.

vsIncrementalSearchResultPassedStart 4

Found the pattern and moved the selection past the beginning of the buffer.

vsIncrementalSearchResultFailed 8

Did not successfully find the pattern. The selection was not changed.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022