ISuggestedActionCategory Interface
Visual Studio 2015
Represents a suggested action.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | BaseCategories | Gets the set of all categories from which the current ISuggestedActionCategory is derived. This value is never null, though it may be an empty set. |
![]() | CategoryName | 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. |
![]() | DisplayName | Gets the localized display name of the ISuggestedActionCategory. |
| Name | Description | |
|---|---|---|
![]() | IsOfCategory(String) | Determines whether this ISuggestedActionCategory derives from the category specified by category. |
Show:

