SuggestedActionSet Constructor (IEnumerable<ISuggestedAction^>^, Object^, SuggestedActionSetPriority, Nullable<Span>)
Visual Studio 2015
Creates a new instance of the SuggestedActionSet for the specified list of suggested actions with a header and optionally an applicable span of text.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public:
SuggestedActionSet(
IEnumerable<ISuggestedAction^>^ actions,
Object^ title,
SuggestedActionSetPriority priority = SuggestedActionSetPriority::None,
Nullable<Span> applicableToSpan = null
)
Parameters
- actions
-
Type:
System.Collections.Generic::IEnumerable<ISuggestedAction^>^
A list of suggested actions.
- title
-
Type:
System::Object^
The title for this list of suggested actions.
- priority
-
Type:
Microsoft.VisualStudio.Language.Intellisense::SuggestedActionSetPriority
The SuggestedActionSetPriority value of this list of suggested actions.
- applicableToSpan
-
Type:
System::Nullable<Span>
The applicability span for this list of suggested actions.
Show: