ProposedEdit.Fields 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.
A spans that describe the "fields" in ReplacementText, indicating position where (after committing a prediction), the user can edit the fields in a "snippet-like" experience.
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.Field> Fields { get; }
member this.Fields : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.Field>
Public ReadOnly Property Fields As IReadOnlyList(Of Field)