ILightBulbSession::ActionCategories Property

Visual Studio 2015
 

Gets the set of suggested action categories this session was requested to provide.

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

property ISuggestedActionCategorySet^ ActionCategories {
	ISuggestedActionCategorySet^ get();
}

Property Value

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

The set of suggested action categories this session was requested to provide.

Return to top
Show: