vsIncrementalSearchResult Enum

Definition

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

vsIncrementalSearchResultFailed 8

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

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.

Applies to