ISuggestedActionCategory::IsOfCategory Method (String^)

Visual Studio 2015
 

Determines whether this ISuggestedActionCategory derives from the category specified by category.

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

bool IsOfCategory(
	String^ category
)

Parameters

category
Type: System::String^

The name of the base category.

Return Value

Type: System::Boolean

True if this category derives from the one specified by category, otherwise false.

Return to top
Show: