共用方式為


ProposalSourceBase 類別

定義

關於 在檢視中可能遵循插入號之文字的相關提案來源。 這是由MEF匯出所 ProposalSourceProviderBase 建立,而且是第三方可以提供的延伸點。

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

建構函式

ProposalSourceBase()

關於 在檢視中可能遵循插入號之文字的相關提案來源。 這是由MEF匯出所 ProposalSourceProviderBase 建立,而且是第三方可以提供的延伸點。

方法

DisposeAsync()

關於 在檢視中可能遵循插入號之文字的相關提案來源。 這是由MEF匯出所 ProposalSourceProviderBase 建立,而且是第三方可以提供的延伸點。

RequestProposalsAsync(VirtualSnapshotPoint, CompletionState, ProposalScenario, Char, CancellationToken)

ProposalCollectionBase傳回 ,其中包含任何可能遵循caret指定 completionState之、 scenariotriggeringCharacter的建議。

適用於