共用方式為


ProposalBrokerBase 類別

定義

訊息代理程式,可組合與檢視相關聯之所有 ProposalSourceBase的輸出。 這是透過Visual Studio所實作的 ProposalBrokerProviderBase MEF匯出所建立。

public abstract class ProposalBrokerBase
type ProposalBrokerBase = class
Public MustInherit Class ProposalBrokerBase
繼承
ProposalBrokerBase

建構函式

ProposalBrokerBase()

訊息代理程式,可組合與檢視相關聯之所有 ProposalSourceBase的輸出。 這是透過Visual Studio所實作的 ProposalBrokerProviderBase MEF匯出所建立。

屬性

AnyProposalSources

如果有任何 ProposalSourceBase與檢視相關聯的 ,則傳回 true。

View

建立訊息代理程式所在的檢視。

方法

RequestProposals(VirtualSnapshotPoint, CompletionState, ProposalScenario, Char, TimeSpan, CancellationToken)

向所有適用的 ProposalSourceBasecaretcompletionState要求提案。 允許 groupingDelay 先從第一個 ProposalSourceBase 完成傳遞,再放棄其他來源。

ShouldGenerateProposal(VirtualSnapshotPoint, ProposalScenario, Char)

應該在 caret 指定的 scenariotriggeringCharacter?端產生提案。

適用於