SuggestionManagerBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A suggestion manager for a SuggestionProviderBase and ITextView. Created via TryRegisterProviderAsync(SuggestionProviderBase, ITextView, String, CancellationToken).
public abstract class SuggestionManagerBase : Microsoft.VisualStudio.Threading.IAsyncDisposable
type SuggestionManagerBase = class
interface IAsyncDisposable
Public MustInherit Class SuggestionManagerBase
Implements IAsyncDisposable
- Inheritance
-
SuggestionManagerBase
- Implements
Constructors
SuggestionManagerBase() |
Properties
CompletionState |
Returns the completion state of the view (if any). |
IsSuggestionDisplayed |
Returns whether or not a suggestion is currently being displayed in the view. |
View |
The ITextView associated with the manager. |
Methods
DisableProviderAsync(String, CancellationToken) |
Disable a provider with the given |
DisposeAsync() | |
TryDisplaySuggestionAsync(SuggestionBase, CancellationToken) |
Try to display a |