SuggestionDismissedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for SuggestionDismissed. Raised whenever a suggestion session is dismissed without accepting a proposal.
public SuggestionDismissedEventArgs (string providerName, Microsoft.VisualStudio.Text.Editor.ITextView view, Microsoft.VisualStudio.Language.Proposals.ProposalBase? originalProposal, Microsoft.VisualStudio.Language.Proposals.ProposalBase? finalProposal, Microsoft.VisualStudio.Language.Suggestions.ReasonForDismiss reason);
new Microsoft.VisualStudio.Language.Suggestions.SuggestionDismissedEventArgs : string * Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Language.Proposals.ProposalBase * Microsoft.VisualStudio.Language.Proposals.ProposalBase * Microsoft.VisualStudio.Language.Suggestions.ReasonForDismiss -> Microsoft.VisualStudio.Language.Suggestions.SuggestionDismissedEventArgs
Public Sub New (providerName As String, view As ITextView, originalProposal As ProposalBase, finalProposal As ProposalBase, reason As ReasonForDismiss)
Parameters
- providerName
- String
- view
- ITextView
- originalProposal
- ProposalBase
- finalProposal
- ProposalBase
- reason
- ReasonForDismiss