ISuggestedActionCategoryRegistryService.AllRefactorings Property

Definition

A predefined ISuggestedActionCategorySet containing all refactorings category.

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

Property Value

A predefined ISuggestedActionCategorySet containing all suggested actions of the Refactorings category

Applies to