CompletionTriggerKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum CompletionTriggerKind
type CompletionTriggerKind =
Public Enum CompletionTriggerKind
- Inheritance
-
CompletionTriggerKind
Fields
| Name | Value | Description |
|---|---|---|
| Invoked | 1 | Completion was triggered by typing an identifier (24x7 code complete), manual invocation (e.g Ctrl+Space) or via API. |
| TriggerCharacter | 2 | Completion was triggered by a trigger character specified by
the |
| TriggerForIncompleteCompletions | 3 | Completion was re-triggered as the current completion list is incomplete. |