ProposalManagerProviderBase.GetProposalManagerAsync 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.
Get the proposal manager for view
.
public abstract System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.Proposals.ProposalManagerBase?> GetProposalManagerAsync (Microsoft.VisualStudio.Text.Editor.ITextView view, System.Threading.CancellationToken cancel);
abstract member GetProposalManagerAsync : Microsoft.VisualStudio.Text.Editor.ITextView * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.Proposals.ProposalManagerBase>
Public MustOverride Function GetProposalManagerAsync (view As ITextView, cancel As CancellationToken) As Task(Of ProposalManagerBase)
Parameters
- view
- ITextView
- cancel
- CancellationToken