SuggestedActionSet Class
Represents a list of suggested actions that are all applicable to a span of text in an ITextBuffer. Global suggested actions are not applicable to any particular span of text.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | SuggestedActionSet(IEnumerable<ISuggestedAction>, Object, SuggestedActionSetPriority, Nullable<Span>) | Creates a new instance of the SuggestedActionSet for the specified list of suggested actions with a header and optionally an applicable span of text. |
![]() | SuggestedActionSet(IEnumerable<ISuggestedAction>, SuggestedActionSetPriority, Nullable<Span>) | Creates a new instance of the SuggestedActionSet for the specified list of suggested actions, and optionally an applicable span of text. |
| Name | Description | |
|---|---|---|
![]() | Actions | Gets a list of suggested actions. |
![]() | ApplicableToSpan | Gets the applicability span for this list of suggested actions. The applicability span is the span of text in the ITextBuffer to which the list of suggested actions pertains, if any. |
![]() | Priority | Gets the SuggestedActionSetPriority value of this list of suggested actions. |
![]() | Title | Gets the title for this list of suggested actions. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


