PredictorFeedbackKind 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.
Kinds of feedback a predictor can choose to accept.
public enum PredictorFeedbackKind
type PredictorFeedbackKind =
Public Enum PredictorFeedbackKind
- Inheritance
-
PredictorFeedbackKind
Fields
Name | Value | Description |
---|---|---|
SuggestionDisplayed | 0 | Feedback when one or more suggestions are displayed to the user. |
SuggestionAccepted | 1 | Feedback when a suggestion is accepted by the user. |
CommandLineAccepted | 2 | Feedback when a command line is accepted by the user. |
CommandLineExecuted | 3 | Feedback when the accepted command line finishes its execution. |