ProposalSourceBase 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 of proposals about the about the text that might follow the caret in the view. This is created by the ProposalSourceProviderBase MEF export and is an extension point that 3rd parties can provide.
public abstract class ProposalSourceBase : Microsoft.VisualStudio.Threading.IAsyncDisposable
type ProposalSourceBase = class
interface IAsyncDisposable
Public MustInherit Class ProposalSourceBase
Implements IAsyncDisposable
- Inheritance
-
ProposalSourceBase
- Implements
Constructors
ProposalSourceBase() |
Methods
DisposeAsync() | |
RequestProposalsAsync(VirtualSnapshotPoint, CompletionState, ProposalScenario, Char, CancellationToken) |
Returns an ProposalCollectionBase with any proposals for what might follow the |