ISuggestedActionCategoryRegistryService::Categories Property
Visual Studio 2015
Gets an enumeration of all categories, including the "unknown" category.
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.
Show: