CompletionTriggeredEventArgs(IAsyncCompletionSession, ITextView) 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.
Constructs instance of CompletionTriggeredEventArgs.
public:
CompletionTriggeredEventArgs(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSession ^ completionSession, Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public CompletionTriggeredEventArgs (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession completionSession, Microsoft.VisualStudio.Text.Editor.ITextView textView);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTriggeredEventArgs : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession * Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionTriggeredEventArgs
Public Sub New (completionSession As IAsyncCompletionSession, textView As ITextView)
Parameters
- completionSession
- IAsyncCompletionSession
Newly created IAsyncCompletionSession