Share via


ProposalSourceProviderBase Class

Definition

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)

Applies to