ISuggestedActionCategoryRegistryService Interface

Definition

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 categoryName.

Applies to