IInlineProposalManager Interface

Definition

Caution

Interface has not been finalized and may change without warning.

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

[System.Obsolete("Interface has not been finalized and may change without warning.")]
public interface IInlineProposalManager : Microsoft.VisualStudio.Threading.IAsyncDisposable
[<System.Obsolete("Interface has not been finalized and may change without warning.")>]
type IInlineProposalManager = interface
    interface IAsyncDisposable
Public Interface IInlineProposalManager
Implements IAsyncDisposable
Attributes
Implements

Methods

DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

(Inherited from IAsyncDisposable)
IsProposalPosition(VirtualSnapshotPoint, ProposalScenario, Char)

Applies to