Share via


InitialTriggerReason Enum

Definition

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

Deletion 3

Completion was triggered via an action deleting a character from the document.

Insertion 2

Completion was triggered via an action inserting a character into the document.

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.

Snippets 4

Completion was triggered for snippets only.

Applies to