PredictorFeedbackKind Enum

Definition

Kinds of feedback a predictor can choose to accept.

public enum PredictorFeedbackKind
type PredictorFeedbackKind = 
Public Enum PredictorFeedbackKind
Inheritance
PredictorFeedbackKind

Fields

CommandLineAccepted 2

Feedback when a command line is accepted by the user.

CommandLineExecuted 3

Feedback when the accepted command line finishes its execution.

SuggestionAccepted 1

Feedback when a suggestion is accepted by the user.

SuggestionDisplayed 0

Feedback when one or more suggestions are displayed to the user.

Applies to