UpdateTriggerReason 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 triggered completion to filter.
public enum class UpdateTriggerReason
public enum UpdateTriggerReason
type UpdateTriggerReason =
Public Enum UpdateTriggerReason
- Inheritance
-
UpdateTriggerReason
Fields
Name | Value | Description |
---|---|---|
Initial | 0 | Completion was triggered by a direct invocation of the completion feature using the Edit.ListMember command. |
Insertion | 1 | Completion was triggered via an action inserting a character into the document. |
Deletion | 2 | Completion was triggered via an action deleting a character from the document. |
FilterChange | 3 | Update was triggered by changing filters |