Share via


ISuggestedActionCategoryRegistryService.AllCodeFixesAndRefactorings Property

Definition

A predefined ISuggestedActionCategorySet containing all code fixes and refactorings category.

public:
 property Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategorySet ^ AllCodeFixesAndRefactorings { Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategorySet ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategorySet AllCodeFixesAndRefactorings { get; }
member this.AllCodeFixesAndRefactorings : Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategorySet
Public ReadOnly Property AllCodeFixesAndRefactorings As ISuggestedActionCategorySet

Property Value

A predefined ISuggestedActionCategorySet containing all code fixes and refactorings categories.

Applies to