ISuggestedActionCategory::CategoryName Property

Visual Studio 2015
 

Gets the unique name of the ISuggestedActionCategory. This name must be unique, and must not be null. Comparisons performed on this name are case-insensitive.

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

property String^ CategoryName {
	String^ get();
}

Property Value

Type: System::String^

The unique name of the ISuggestedActionCategory.

Return to top
Show: