ISuggestedActionCategoryRegistryService Interface
Represents the service that maintains the collection of suggested action categories.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | AllCodeFixes | Gets a predefined ISuggestedActionCategorySet containing all the suggested actions of the code fixes category. |
![]() | AllCodeFixesAndRefactorings | Gets a predefined ISuggestedActionCategorySet containing all code fixes and refactorings categories. |
![]() | AllRefactorings | Gets a predefined ISuggestedActionCategorySet containing all suggested actions of the Refactorings category. |
![]() | Any | Gets a predefined ISuggestedActionCategorySet containing any category. |
![]() | Categories | Gets an enumeration of all categories, including the "unknown" category. |
| Name | Description | |
|---|---|---|
![]() | CreateSuggestedActionCategorySet(IEnumerable<String>) | Creates a new ISuggestedActionCategorySet containing the given categories. |
![]() | CreateSuggestedActionCategorySet(String[]) | Creates a new ISuggestedActionCategorySet containing given categories. |
![]() | GetCategory(String) | Gets the ISuggestedActionCategory object with the specified categoryName. |
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(ISuggestedActionCategoryRegistryService))]

