IIncrementalSearch::SelectNextResult Method ()
Visual Studio 2015
Selects the next result in an incremental search operation. The matched term will be selected.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Return Value
Type: Microsoft.VisualStudio.Text.IncrementalSearch::IncrementalSearchResultAn 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.
Show: