Share via


ProposalScenario Enum

Definition

What triggered a request for a proposal?

public enum ProposalScenario
type ProposalScenario = 
Public Enum ProposalScenario
Inheritance
ProposalScenario

Fields

Backspace 7

The user typed backspace.

CaretMove 3

The caret was moved.

CompletedProposal 5

The user accepted a proposal.

Completion 0

There was a change in the selected IntelliSense selection.

CompletionAccepted 8

An Intellisence selection was accepted.

DivergedProposal 4

A proposal had been displayed and the user did something that didn't match the proposal.

ExplicitInvocation 6

The user performed a command to explicitly generate a proposal.

Return 2

The user typed return and a new line was inserted.

TypeChar 1

The user typed a character. In this case the triggeringCharacter parameter will indicate the character the user typed.

Applies to