IncrementalSearchResult Constructor (Boolean, Boolean, Boolean, Boolean)
Visual Studio 2015
Initializes a new instance of IncrementalSearchResult with the specified properties.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: IncrementalSearchResult( bool passedEndOfBuffer, bool passedStartOfBuffer, bool passedStartOfSearch, bool resultFound )
Parameters
- passedEndOfBuffer
-
Type:
System::Boolean
Whether or not the search has wrapped around the end of the buffer.
- passedStartOfBuffer
-
Type:
System::Boolean
Whether or not the search has wrapped around the start of the buffer.
- passedStartOfSearch
-
Type:
System::Boolean
Whether or not the search passed the first item found.
- resultFound
-
Type:
System::Boolean
Whether or not the search was successful.
Show: