ProposalSourceProviderBase.GetProposalSourceAsync Method

Definition

public abstract System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.Proposals.ProposalSourceBase?> GetProposalSourceAsync (Microsoft.VisualStudio.Text.Editor.ITextView view, System.Threading.CancellationToken cancel);
abstract member GetProposalSourceAsync : Microsoft.VisualStudio.Text.Editor.ITextView * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.Proposals.ProposalSourceBase>
Public MustOverride Function GetProposalSourceAsync (view As ITextView, cancel As CancellationToken) As Task(Of ProposalSourceBase)

Parameters

view
ITextView

Returns

Applies to