ILightBulbSession.ActionCategories 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 a set of suggested action categories this session was requested to provide.
public:
property Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategorySet ^ ActionCategories { Microsoft::VisualStudio::Language::Intellisense::ISuggestedActionCategorySet ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategorySet ActionCategories { get; }
member this.ActionCategories : Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionCategorySet
Public ReadOnly Property ActionCategories As ISuggestedActionCategorySet
Property Value
The set of suggested action categories this session was requested to provide.