ISuggestedActionCategoryRegistryService.Categories Property

Definition

Gets an enumeration of all categories, including the "unknown" category.

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

Property Value

An enumeration of all categories, including the "unknown" category.

Applies to