SuggestionProviderBase 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.
public class SuggestionProviderBase
type SuggestionProviderBase = class
Public Class SuggestionProviderBase
- Inheritance
-
SuggestionProviderBase
Constructors
SuggestionProviderBase() |
Methods
DisabledAsync(CancellationToken) |
Called when this provider has been disabled. |
EnabledAsync(CancellationToken) |
Called when this provider has been enabled. |
OnCompletionItemAcceptedAsync(SuggestionManagerBase, CancellationToken) |
Called whenever an IntelliSense item is accepted in the attached view. |
OnCompletionSessionUiChangedAsync(SuggestionManagerBase, CompletionState, CancellationToken) |
Called whenever there is a change in the IntelliSense UI in the attached view. |
SuggestionDismissedAsync(CancellationToken) |
Called when a suggestion displayed by a provider is dismissed. |
SuggestionDisplayedAsync(String, CancellationToken) |
Called when a suggestion is displayed by any provider. |