SuggestedActionSet.Actions Property

Definition

A list of suggested actions.

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

Property Value

A list of suggested actions.

Applies to