CompletionMatchType Enumeration
Visual Studio 2015
Defines the types of matching that can be done on completion items.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Member name | Description | |
|---|---|---|
| MatchDisplayText | Match the display text of the completion. | |
| MatchInsertionText | Match the insertion text of the completion. |
Show: