IIncrementalSearch::AppendCharAndSearch Method (Char)
Visual Studio 2015
Extends the current term being searched for by one character. If a new term is matched, it is selected. The selection can be used to access the match.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- toAppend
-
Type:
System::Char
The character to append to the current search term.
Return Value
Type: Microsoft.VisualStudio.Text.IncrementalSearch::IncrementalSearchResultAn IncrementalSearchResult that contains information about whether the search term was found and whether the search wrapped around the beginning or end of the buffer.
Show: