SuggestedActionsUpdatedArgs.ActionSets 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.
Entirety of SuggestedActionSets available in the IAsyncLightBulbSession as of this update.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::SuggestedActionSet ^> ^ ActionSets { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::SuggestedActionSet ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.Intellisense.SuggestedActionSet> ActionSets { get; }
member this.ActionSets : seq<Microsoft.VisualStudio.Language.Intellisense.SuggestedActionSet>
Public ReadOnly Property ActionSets As IEnumerable(Of SuggestedActionSet)