IncrementalSearchResult Structure
Consolidates the result of an incremental search operation.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | IncrementalSearchResult(Boolean, Boolean, Boolean, Boolean) | Initializes a new instance of IncrementalSearchResult with the specified properties. |
| Name | Description | |
|---|---|---|
![]() | PassedEndOfBuffer | Determines whether the search wrapped around the end of the buffer to its beginning. |
![]() | PassedStartOfBuffer | Determines whether the search wrapped around the start of the buffer to its end. |
![]() | PassedStartOfSearch | Determines whether the search passed the first item found. |
![]() | ResultFound | Determines whether the search for the term was successful. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the contents of two IncrementalSearchResult objects are the same.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Gets the hash code for the object.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(IncrementalSearchResult, IncrementalSearchResult) | Determines whether the contents of two IncrementalSearchResult objects are the same. |
![]() ![]() | Inequality(IncrementalSearchResult, IncrementalSearchResult) | Determines whether the contents of two IncrementalSearchResult objects are different. |
This result indicates whether the item was found, whether the search caused the cursor to wrap around the beginning or end of the buffer, and the position of the first result.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



