ISuggestedActionCategoryRegistryService::GetCategory Method (String^)
Visual Studio 2015
Gets the ISuggestedActionCategory object with the specified categoryName.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- categoryName
-
Type:
System::String^
The name of the category. Name comparisons are case-insensitive.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::ISuggestedActionCategory^The category, or null if no category is found.
Show: