ISuggestedActionCategorySet::Contains Method (String^)
Visual Studio 2015
Determines whether the given suggested action category is a member of the set.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- categoryName
-
Type:
System::String^
The name of the category.
Return Value
Type: System::BooleanTrue if the given suggested action category is a member of the set, otherwise false.
Show: