Share via


ProposalCollectionBase.Proposals Property

Definition

Proposals associated with the collection. It is assumed there is at least one.

public abstract System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.ProposalBase> Proposals { get; }
member this.Proposals : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.ProposalBase>
Public MustOverride ReadOnly Property Proposals As IReadOnlyList(Of ProposalBase)

Property Value

Applies to