ISuggestedActionCategoryRegistryService.Categories 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.
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.