ProposalCollectionBase Class
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.
An interface that defines a collection of ProposalBases about what changes the user might want to make.
public abstract class ProposalCollectionBase
type ProposalCollectionBase = class
Public MustInherit Class ProposalCollectionBase
- Inheritance
-
ProposalCollectionBase
- Derived
Remarks
There is also an LazyProposalCollectionBase that can provide additional proposals but is only called after the initial set of proposals has been displayed (and not quickly dismissed by the user).
Constructors
ProposalCollectionBase() |
Properties
Proposals |
Proposals associated with the collection. It is assumed there is at least one. |
SourceName |
Name of the ProposalSourceBase that provided the proposal. |