ProposalSourceProviderBase.GetProposalSourceAsync 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.
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
- cancel
- CancellationToken