ISuggestedActionCategoryRegistryService.AllCodeFixes Property
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.
A predefined ISuggestedActionCategorySet containing code fixes category.
public:
property Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategorySet ^ AllCodeFixes { Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategorySet ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategorySet AllCodeFixes { get; }
member this.AllCodeFixes : Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategorySet
Public ReadOnly Property AllCodeFixes As ISuggestedActionCategorySet
Property Value
A predefined ISuggestedActionCategorySet containing all the suggested actions of the code fixes category.