Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function SelectNextResult As IncrementalSearchResult
IncrementalSearchResult SelectNextResult()
IncrementalSearchResult SelectNextResult()
abstract SelectNextResult : unit -> IncrementalSearchResult
function SelectNextResult() : IncrementalSearchResult
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.