ISuggestedActionCategory Properties

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubpropertyBaseCategories

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.

System_CAPS_pubpropertyCategoryName

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.

System_CAPS_pubpropertyDisplayName

Gets the localized display name of the ISuggestedActionCategory.

Return to top
Show: