ISuggestedActionCategoryRegistryService::AllRefactorings Property

Visual Studio 2015
 

Gets a predefined ISuggestedActionCategorySet containing all suggested actions of the Refactorings category.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property ISuggestedActionCategorySet^ AllRefactorings {
	ISuggestedActionCategorySet^ get();
}

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::ISuggestedActionCategorySet^

A predefined ISuggestedActionCategorySet containing all suggested actions of the Refactorings category

Return to top
Show: