共用方式為


ProposalRejectedEventArgs 建構函式

定義

的事件 ProposalRejected自變數。 每當提案不再顯示時引發 (,但可能會顯示另一個提案,而不需) 關閉建議。

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

參數

providerName
String
view
ITextView
originalProposal
ProposalBase
finalProposal
ProposalBase

適用於