Share via


ReasonForAccept Enum

Definition

How was the suggestion accepted by the user?

public enum ReasonForAccept
type ReasonForAccept = 
Public Enum ReasonForAccept
Inheritance
ReasonForAccept

Fields

AcceptedByCommand 0

The suggestion was accepted by the user explicitly invoking the commit command.

AcceptedByOvertype 1

The suggestion was accepted by the user completely overtyping the suggestion.

Applies to