ICompletionBroker.DismissAllSessions(ITextView) Methode

Definition

Schließt alle aktiven Sitzungen zur Anweisungsvervollständigung.

public:
 void DismissAllSessions(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 void DismissAllSessions(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
void DismissAllSessions(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public void DismissAllSessions (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member DismissAllSessions : Microsoft.VisualStudio.Text.Editor.ITextView -> unit
Public Sub DismissAllSessions (textView As ITextView)

Parameter

textView
ITextView

Die ITextView, über der alle Sitzungen geschlossen werden sollen.

Gilt für