ILightBulbBroker::DismissSession Method (ITextView^)

Visual Studio 2015
 

Dismisses an active < ILightBulbSession for the specified ITextView.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

void DismissSession(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The text view.

Return to top
Show: