SuggestionBase.OnAcceptedAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
제안이 수락되면 에 SuggestionSessionBase 의해 호출됩니다.
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
매개 변수
- session
- SuggestionSessionBase
- originalProposal
- ProposalBase
- currentProposal
- ProposalBase
- reason
- ReasonForAccept
- cancel
- CancellationToken