SuggestionBase.Elements 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 list of button elements that are displayed in the suggestion hint bar.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Suggestions.TipElement>? Elements { get; }
member this.Elements : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Suggestions.TipElement>
Public Overridable ReadOnly Property Elements As IReadOnlyList(Of TipElement)