Share via


ProposalManagerBase Class

Definition

Class used to control whether or not the inline completions will attempt to generate a proposal after typing a character. Created via the ProposalManagerProviderBase MEF export.

public abstract class ProposalManagerBase : Microsoft.VisualStudio.Threading.IAsyncDisposable
type ProposalManagerBase = class
    interface IAsyncDisposable
Public MustInherit Class ProposalManagerBase
Implements IAsyncDisposable
Inheritance
ProposalManagerBase
Implements

Constructors

ProposalManagerBase()

Methods

DisposeAsync()
TryGetIsProposalPosition(VirtualSnapshotPoint, ProposalScenario, Char, Boolean)

Try to determin whether a proposal should be generated in the given scenario.

Applies to