IncrementalSearchResult Constructor (Boolean, Boolean, Boolean, Boolean)

 

Initializes a new instance of IncrementalSearchResult with the specified properties.

Namespace:   Microsoft.VisualStudio.Text.IncrementalSearch
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.

Return to top
Show: