ProposalDisplayedEventArgs(String, ITextView, ProposalBase) 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 ProposalDisplayed. Raised whenever a proposal is displayed to a user.
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)
Parameters
- providerName
- String
- view
- ITextView
- proposal
- ProposalBase