ProposalRejectedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的事件 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
- reason
- ReasonForUpdate