Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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. |