ProposalManagerBase 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.
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. |