ProposalSourceProviderBase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在檢視中產生提案的元件來源。
public abstract class ProposalSourceProviderBase
type ProposalSourceProviderBase = class
Public MustInherit Class ProposalSourceProviderBase
- 繼承
-
ProposalSourceProviderBase
備註
預期有數 ProposalSourceProviderBase 個內容類型,有些由 IntelliCode 實作,有些是由適當的語言服務或第三方延伸模組所實作。
這是應該具有下列屬性的MEF匯出:
1. ContentType(s)
2. Name
3. (optional) Order
建構函式
ProposalSourceProviderBase() |
在檢視中產生提案的元件來源。 |
方法
GetProposalSourceAsync(ITextView, CancellationToken) |
在檢視中產生提案的元件來源。 |