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.
Defines the types of matching that can be done on completion items.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Enumeration CompletionMatchType
public enum CompletionMatchType
public enum class CompletionMatchType
type CompletionMatchType
public enum CompletionMatchType
Members
Member name | Description | |
---|---|---|
MatchDisplayText | Match the display text of the completion. | |
MatchInsertionText | Match the insertion text of the completion. |