SuggestionBase.EditStyle Property

Definition

What style should be used to display the proposed edits?

public abstract Microsoft.VisualStudio.Language.Suggestions.EditDisplayStyle EditStyle { get; }
member this.EditStyle : Microsoft.VisualStudio.Language.Suggestions.EditDisplayStyle
Public MustOverride ReadOnly Property EditStyle As EditDisplayStyle

Property Value

Remarks

Only GrayText is supported.

Applies to