ProposalBrokerProviderBase.GetProposalBroker(ITextView) 方法

定义

ProposalBrokerBase获取视图的 。

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

参数

view
ITextView

返回

适用于