ProposalCollectionBase.Proposals 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.
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)