ProposalBrokerBase 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.
A broker that assembles the output from all of the ProposalSourceBases associated with a view. This is created via the ProposalBrokerProviderBase MEF export that is implemented by Visual Studio.
public abstract class ProposalBrokerBase
type ProposalBrokerBase = class
Public MustInherit Class ProposalBrokerBase
- Inheritance
-
ProposalBrokerBase
Constructors
ProposalBrokerBase() |
Properties
AnyProposalSources |
Returns true if there are any ProposalSourceBases associated with the view. |
View |
The view for which the broker was created. |
Methods
RequestProposals(VirtualSnapshotPoint, CompletionState, ProposalScenario, Char, TimeSpan, CancellationToken) |
Request proposals from all of the applicable ProposalSourceBases given |
ShouldGenerateProposal(VirtualSnapshotPoint, ProposalScenario, Char) |
Should a proposal be generated at the |