ISuggestedActionCategoryRegistryService::AllCodeFixes Property
Visual Studio 2015
Gets a predefined ISuggestedActionCategorySet containing all the suggested actions of the code fixes category.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ISuggestedActionCategorySet^ AllCodeFixes {
ISuggestedActionCategorySet^ get();
}
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense::ISuggestedActionCategorySet^A predefined ISuggestedActionCategorySet containing all the suggested actions of the code fixes category.
Show: