次の方法で共有


ProposalDisplayedEventArgs(String, ITextView, ProposalBase) コンストラクター

定義

ProposalDisplayedイベント引数。 ユーザーに提案が表示されるたびに発生します。

public ProposalDisplayedEventArgs(string providerName, Microsoft.VisualStudio.Text.Editor.ITextView view, Microsoft.VisualStudio.Language.Proposals.ProposalBase proposal);
new Microsoft.VisualStudio.Language.Suggestions.ProposalDisplayedEventArgs : string * Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Language.Proposals.ProposalBase -> Microsoft.VisualStudio.Language.Suggestions.ProposalDisplayedEventArgs
Public Sub New (providerName As String, view As ITextView, proposal As ProposalBase)

パラメーター

providerName
String
view
ITextView
proposal
ProposalBase

適用対象