Delen via


ProposalBrokerProviderBase.GetProposalBroker(ITextView) Method

Definition

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

Returns

Applies to