PredefinedSuggestedActionCategoryNames Class

Visual Studio 2015
 

Defines a set of predefined suggested action category names.

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

System.Object
  Microsoft.VisualStudio.Language.Intellisense.PredefinedSuggestedActionCategoryNames

public static class PredefinedSuggestedActionCategoryNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAny

A root category that include any suggested action.

System_CAPS_pubfieldSystem_CAPS_staticCodeFix

A category of suggested actions for fixing code issues.

System_CAPS_pubfieldSystem_CAPS_staticErrorFix

A category of suggested actions for fixing errors.

System_CAPS_pubfieldSystem_CAPS_staticRefactoring

A category of suggested actions for code refactoring.

System_CAPS_pubfieldSystem_CAPS_staticStyleFix

A category of suggested actions for fixing style violations.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: