vsIncrementalSearchResult Enum
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.
Describes the status of the search result.
public enum class vsIncrementalSearchResult
public enum class vsIncrementalSearchResult
enum vsIncrementalSearchResult
[System.Runtime.InteropServices.Guid("FD6530D0-1A2C-4073-AAE9-3C2B3AA8BC4D")]
public enum vsIncrementalSearchResult
[<System.Runtime.InteropServices.Guid("FD6530D0-1A2C-4073-AAE9-3C2B3AA8BC4D")>]
type vsIncrementalSearchResult =
Public Enum 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. |