ISuggestedActionCategoryRegistryService Interface

Visual Studio 2015
 

Represents the service that maintains the collection of suggested action categories.

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

public interface ISuggestedActionCategoryRegistryService

NameDescription
System_CAPS_pubpropertyAllCodeFixes

Gets a predefined ISuggestedActionCategorySet containing all the suggested actions of the code fixes category.

System_CAPS_pubpropertyAllCodeFixesAndRefactorings

Gets a predefined ISuggestedActionCategorySet containing all code fixes and refactorings categories.

System_CAPS_pubpropertyAllRefactorings

Gets a predefined ISuggestedActionCategorySet containing all suggested actions of the Refactorings category.

System_CAPS_pubpropertyAny

Gets a predefined ISuggestedActionCategorySet containing any category.

System_CAPS_pubpropertyCategories

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

NameDescription
System_CAPS_pubmethodCreateSuggestedActionCategorySet(IEnumerable<String>)

Creates a new ISuggestedActionCategorySet containing the given categories.

System_CAPS_pubmethodCreateSuggestedActionCategorySet(String[])

Creates a new ISuggestedActionCategorySet containing given categories.

System_CAPS_pubmethodGetCategory(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))]
Return to top
Show: