CompletionTriggeredEventArgs(IAsyncCompletionSession, ITextView) Constructor

Definition

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

textView
ITextView

ITextView where completion was triggered

Applies to