MatchKind Enumeration
Visual Studio 2015
Indicates how a symbol matches a search string.
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
| Member name | Description | |
|---|---|---|
| Exact | The symbol name is an exact match for the search string. | |
| None | The symbol name does not match the search string at all. | |
| Prefix | The symbol name starts with the search string. | |
| Regular | The symbol name matches in some way, but is not an exact match or a prefix match. | |
| Substring | The whole search string is found in the symbol name, but not at the start of the symbol name. |
Show: