IIncrementalSearch.SelectNextResult Method
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.
Selects the next result in an incremental search operation. The matched term will be selected.
public:
Microsoft::VisualStudio::Text::IncrementalSearch::IncrementalSearchResult SelectNextResult();
Microsoft::VisualStudio::Text::IncrementalSearch::IncrementalSearchResult SelectNextResult();
public Microsoft.VisualStudio.Text.IncrementalSearch.IncrementalSearchResult SelectNextResult ();
abstract member SelectNextResult : unit -> Microsoft.VisualStudio.Text.IncrementalSearch.IncrementalSearchResult
Public Function SelectNextResult () As IncrementalSearchResult
Returns
An IncrementalSearchResult indicating whether the newly selected item caused a wrap around the end or beginning of the document and whether the search looped around the first item found.