PredefinedSuggestedActionCategoryNames Class
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.
Defines a set of predefined suggested action category names.
public ref class PredefinedSuggestedActionCategoryNames abstract sealed
public ref class PredefinedSuggestedActionCategoryNames abstract sealed
class PredefinedSuggestedActionCategoryNames abstract sealed
public static class PredefinedSuggestedActionCategoryNames
type PredefinedSuggestedActionCategoryNames = class
Public Class PredefinedSuggestedActionCategoryNames
- Inheritance
-
PredefinedSuggestedActionCategoryNames
Fields
Any |
A root category that include any suggested action. |
CodeFix |
A category of suggested actions aimed to fix code issues. |
ErrorFix |
A category of suggested actions aimed to fix errors. |
Refactoring |
A category of suggested actions aimed to suggest a code refactoring. |
StyleFix |
A category of suggested actions aimed to fix style violations. |