ISuggestedActionCategorySet::Contains Method (String^)

Visual Studio 2015
 

Determines whether the given suggested action category is a member of the set.

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

bool Contains(
	String^ categoryName
)

Parameters

categoryName
Type: System::String^

The name of the category.

Return Value

Type: System::Boolean

True if the given suggested action category is a member of the set, otherwise false.

Return to top
Show: