ISuggestedActionCategoryRegistryService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The service that maintains the collection of suggested action categories.
public interface class ISuggestedActionCategoryRegistryService
public interface class ISuggestedActionCategoryRegistryService
__interface ISuggestedActionCategoryRegistryService
public interface ISuggestedActionCategoryRegistryService
type ISuggestedActionCategoryRegistryService = interface
Public Interface ISuggestedActionCategoryRegistryService
- Derived
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ISuggestedActionCategoryRegistryService))]
Properties
AllCodeFixes |
A predefined ISuggestedActionCategorySet containing code fixes category. |
AllCodeFixesAndRefactorings |
A predefined ISuggestedActionCategorySet containing all code fixes and refactorings category. |
AllRefactorings |
A predefined ISuggestedActionCategorySet containing all refactorings category. |
Any |
A predefined ISuggestedActionCategorySet containing any category. |
Categories |
Gets an enumeration of all categories, including the "unknown" category. |
Methods
CreateSuggestedActionCategorySet(IEnumerable<String>) |
Creates a new ISuggestedActionCategorySet containing given categories. |
CreateSuggestedActionCategorySet(String[]) |
Creates a new ISuggestedActionCategorySet containing given categories. |
GetCategory(String) |
Gets the ISuggestedActionCategory object with the specified |