共用方式為


ProposalManagerBase 類別

定義

用來控制內嵌完成是否要在輸入字元之後嘗試產生提案的類別。 透過MEF匯出建立 ProposalManagerProviderBase

public abstract class ProposalManagerBase : Microsoft.VisualStudio.Threading.IAsyncDisposable
type ProposalManagerBase = class
    interface IAsyncDisposable
Public MustInherit Class ProposalManagerBase
Implements IAsyncDisposable
繼承
ProposalManagerBase
實作

建構函式

ProposalManagerBase()

用來控制內嵌完成是否要在輸入字元之後嘗試產生提案的類別。 透過MEF匯出建立 ProposalManagerProviderBase

方法

DisposeAsync()

用來控制內嵌完成是否要在輸入字元之後嘗試產生提案的類別。 透過MEF匯出建立 ProposalManagerProviderBase

TryGetIsProposalPosition(VirtualSnapshotPoint, ProposalScenario, Char, Boolean)

嘗試判斷是否應該在指定的案例中產生提案。

適用於