ISuggestedActionCategoryRegistryService::GetCategory Method (String^)

Visual Studio 2015
 

Gets the ISuggestedActionCategory object with the specified categoryName.

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

ISuggestedActionCategory^ GetCategory(
	String^ categoryName
)

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.

Return to top
Show: