Share via


SuggestedActionsUpdatedArgs.ActionSets Property

Definition

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)

Property Value

Applies to