Share via


SuggestionBase.Elements Property

Definition

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)

Property Value

Applies to