ISuggestedActionCategory::IsOfCategory Method (String^)
Visual Studio 2015
Determines whether this ISuggestedActionCategory derives from the category specified by category.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- category
-
Type:
System::String^
The name of the base category.
Return Value
Type: System::BooleanTrue if this category derives from the one specified by category, otherwise false.
Show: