ICompletionBroker.DismissAllSessions(ITextView) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)