__VSSEARCHFILTERTOKENTYPE Enumeration
Visual Studio 2015
Specifies the search filter token type.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| SFTT_DEFAULT | The default search token is used in "Contain" searches (that is, searches for partial matches of text). | |
| SFTT_EXACTMATCH | The filter value should be used for "Exact" matches (space-separated). | |
| SFTT_EXCLUDE | The searched text matching the filter value is excluded from the results. |
Show: