ProposalBrokerProviderBase.GetProposalBroker(ITextView) 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 ProposalBrokerBase for the view.
public abstract Microsoft.VisualStudio.Language.Proposals.ProposalBrokerBase GetProposalBroker (Microsoft.VisualStudio.Text.Editor.ITextView view);
abstract member GetProposalBroker : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Proposals.ProposalBrokerBase
Public MustOverride Function GetProposalBroker (view As ITextView) As ProposalBrokerBase
Parameters
- view
- ITextView