ISuggestedActionCategory.BaseCategories Property

Definition

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

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategory ^> ^ BaseCategories { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategory ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategory> BaseCategories { get; }
member this.BaseCategories : seq<Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategory>
Public ReadOnly Property BaseCategories As IEnumerable(Of ISuggestedActionCategory)

Property Value

This value is never null, though it may be an empty set.

Applies to