Share via


ProposalSourceBase Class

Definition

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 caret given the specified completionState, scenario and triggeringCharacter.

Applies to