SuggestionManagerBase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public abstract class SuggestionManagerBase : Microsoft.VisualStudio.Threading.IAsyncDisposable
type SuggestionManagerBase = class
interface IAsyncDisposable
Public MustInherit Class SuggestionManagerBase
Implements IAsyncDisposable
- 繼承
-
SuggestionManagerBase
- 實作
建構函式
SuggestionManagerBase() |
和ITextView的建議SuggestionProviderBase管理員。 透過 TryRegisterProviderAsync(SuggestionProviderBase, ITextView, String, CancellationToken)建立。 |
屬性
CompletionState |
如果有任何) ,則傳回檢視 (的完成狀態。 |
IsSuggestionDisplayed |
傳回目前是否要在檢視中顯示建議。 |
View |
與 ITextView 管理員相關聯的 。 |
方法
DisableProviderAsync(String, CancellationToken) |
停用具有指定 |
DisposeAsync() |
和ITextView的建議SuggestionProviderBase管理員。 透過 TryRegisterProviderAsync(SuggestionProviderBase, ITextView, String, CancellationToken)建立。 |
TryDisplaySuggestionAsync(SuggestionBase, CancellationToken) |
嘗試向使用者顯示 |