SuggestionProviderBase.OnCompletionSessionUiChangedAsync Method
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.
Called whenever there is a change in the IntelliSense UI in the attached view.
public virtual System.Threading.Tasks.Task OnCompletionSessionUiChangedAsync(Microsoft.VisualStudio.Language.Suggestions.SuggestionManagerBase manager, Microsoft.VisualStudio.Language.Proposals.CompletionState completionState, System.Threading.CancellationToken cancel);
abstract member OnCompletionSessionUiChangedAsync : Microsoft.VisualStudio.Language.Suggestions.SuggestionManagerBase * Microsoft.VisualStudio.Language.Proposals.CompletionState * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnCompletionSessionUiChangedAsync : Microsoft.VisualStudio.Language.Suggestions.SuggestionManagerBase * Microsoft.VisualStudio.Language.Proposals.CompletionState * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function OnCompletionSessionUiChangedAsync (manager As SuggestionManagerBase, completionState As CompletionState, cancel As CancellationToken) As Task
Parameters
- manager
- SuggestionManagerBase
- completionState
- CompletionState
- cancel
- CancellationToken