IIncrementalSearch::SelectNextResult Method ()

 

Selects the next result in an incremental search operation. The matched term will be selected.

Namespace:   Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

IncrementalSearchResult SelectNextResult()

Return Value

Type: Microsoft.VisualStudio.Text.IncrementalSearch::IncrementalSearchResult

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.

Return to top
Show: