ILightBulbBroker::TryExpandSession Method (ISuggestedActionCategorySet^, ITextView^)

Visual Studio 2015
 

Tries to create and expand an ILightBulbSession for the specified ITextView.

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

bool TryExpandSession(
	ISuggestedActionCategorySet^ requestedActionCategories,
	ITextView^ textView
)

Parameters

requestedActionCategories
Type: Microsoft.VisualStudio.Language.Intellisense::ISuggestedActionCategorySet^

A set of suggested action categories.

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

The ITextView for which to create and expand an ILightBulbSession.

Return Value

Type: System::Boolean

True if an ILightBulbSession was successfully created and expanded, false otherwise.

Return to top
Show: