SuggestionBase.OnChangeProposalAsync Metodo

Definizione

L'utente ha richiesto una proposta alternativa. Aggiornare la proposta tramite DisplayProposalAsync(ProposalBase, CancellationToken).

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

Parametri

originalProposal
ProposalBase
currentProposal
ProposalBase
forward
Boolean

Restituisce

Commenti

La chiamata è prevista per chiamare DisplayProposalAsync(ProposalBase, CancellationToken) con un nuovo suggerimento se esiste.

Si applica a