ProposalSourceProviderBase 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 source for components that generate proposals in a view.
public abstract class ProposalSourceProviderBase
type ProposalSourceProviderBase = class
Public MustInherit Class ProposalSourceProviderBase
- Inheritance
-
ProposalSourceProviderBase
Remarks
The expectation is that there can be several ProposalSourceProviderBase for a content type, some implemented by IntelliCode and others implemented by the appropriate language service or 3rd party extension.
This is a MEF export which should have the following attributes:
1. ContentType(s)
2. Name
3. (optional) Order
Constructors
ProposalSourceProviderBase() |
Methods
GetProposalSourceAsync(ITextView, CancellationToken) |