SuggestedActionSet Constructor (IEnumerable<ISuggestedAction^>^, SuggestedActionSetPriority, Nullable<Span>)

Visual Studio 2015
 

Creates a new instance of the SuggestedActionSet for the specified list of suggested actions, and optionally an applicable span of text.

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

public:
SuggestedActionSet(
	IEnumerable<ISuggestedAction^>^ actions,
	SuggestedActionSetPriority priority = SuggestedActionSetPriority::None,
	Nullable<Span> applicableToSpan = null
)

Parameters

actions
Type: System.Collections.Generic::IEnumerable<ISuggestedAction^>^

A 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.

Return to top
Show: