ISuggestedActionCategoryRegistryService::Categories Property

Visual Studio 2015
 

Gets an enumeration of all categories, including the "unknown" category.

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

property IEnumerable<ISuggestedActionCategory^>^ Categories {
	IEnumerable<ISuggestedActionCategory^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<ISuggestedActionCategory^>^

An enumeration of all categories, including the "unknown" category.

Return to top
Show: