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.
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.
Show: