ISuggestedActionCategory::BaseCategories Property

Visual Studio 2015
 

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.

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

property IEnumerable<ISuggestedActionCategory^>^ BaseCategories {
	IEnumerable<ISuggestedActionCategory^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<ISuggestedActionCategory^>^

The set of all categories from which the current ISuggestedActionCategory is derived.

Return to top
Show: