Share via


SuggestionBase.OnAcceptedAsync Method

Definition

Called by the SuggestionSessionBase when the suggestion is accepted.

public abstract System.Threading.Tasks.Task OnAcceptedAsync (Microsoft.VisualStudio.Language.Suggestions.SuggestionSessionBase session, Microsoft.VisualStudio.Language.Proposals.ProposalBase originalProposal, Microsoft.VisualStudio.Language.Proposals.ProposalBase currentProposal, Microsoft.VisualStudio.Language.Suggestions.ReasonForAccept reason, System.Threading.CancellationToken cancel);
abstract member OnAcceptedAsync : Microsoft.VisualStudio.Language.Suggestions.SuggestionSessionBase * Microsoft.VisualStudio.Language.Proposals.ProposalBase * Microsoft.VisualStudio.Language.Proposals.ProposalBase * Microsoft.VisualStudio.Language.Suggestions.ReasonForAccept * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function OnAcceptedAsync (session As SuggestionSessionBase, originalProposal As ProposalBase, currentProposal As ProposalBase, reason As ReasonForAccept, cancel As CancellationToken) As Task

Parameters

originalProposal
ProposalBase
currentProposal
ProposalBase

Returns

Applies to