ISuggestedActionCategory.BaseCategories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.