ISuggestedActionCategoryRegistryService::AllCodeFixesAndRefactorings Property

Visual Studio 2015
 

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

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

property ISuggestedActionCategorySet^ AllCodeFixesAndRefactorings {
	ISuggestedActionCategorySet^ get();
}

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::ISuggestedActionCategorySet^

A predefined ISuggestedActionCategorySet containing all code fixes and refactorings categories.

Return to top
Show: