SuggestedActionSet Constructor
Visual Studio 2015
Creates a new instance of SuggestedActionSet.
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. |
Show:
