SuggestedActionSet Constructor

Visual Studio 2015
 

Creates a new instance of SuggestedActionSet.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubmethodSuggestedActionSet(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.

System_CAPS_pubmethodSuggestedActionSet(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.

Return to top
Show: