SuggestionBase.EditStyle Property
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.
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.