InitialTriggerReason 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.
Describes the kind of action that initially triggered completion to open.
public enum class InitialTriggerReason
public enum InitialTriggerReason
type InitialTriggerReason =
Public Enum InitialTriggerReason
- Inheritance
-
InitialTriggerReason
Fields
Name | Value | Description |
---|---|---|
Invoke | 0 | Completion was triggered by a direct invocation of the completion feature using the Edit.ListMember command. |
InvokeAndCommitIfUnique | 1 | Completion was triggered with a request to commit if a single item would be selected using the Edit.CompleteWord command. |
Insertion | 2 | Completion was triggered via an action inserting a character into the document. |
Deletion | 3 | Completion was triggered via an action deleting a character from the document. |
Snippets | 4 | Completion was triggered for snippets only. |