Condividi tramite


CompletionClosedEventArgs(ITextView) Constructor

Definition

Constructs instance of CompletionClosedEventArgs.

public:
 CompletionClosedEventArgs(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public CompletionClosedEventArgs (Microsoft.VisualStudio.Text.Editor.ITextView textView);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionClosedEventArgs : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionClosedEventArgs
Public Sub New (textView As ITextView)

Parameters

textView
ITextView

ITextView that hosted this completion UI

Applies to