ILightBulbSession::TryGetSuggestedActionSets Method (IEnumerable<SuggestedActionSet^>^)

Visual Studio 2015
 

Tries to get the list of ISuggestedActions (grouped into SuggestedActionSets) that this session displays.

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

QuerySuggestedActionCompletionStatus TryGetSuggestedActionSets(
	[OutAttribute] IEnumerable<SuggestedActionSet^>^% actionSets
)

Parameters

actionSets
Type: System.Collections.Generic::IEnumerable<SuggestedActionSet^>^

The list of SuggestedActionSets.

Return Value

Type: Microsoft.VisualStudio.Language.Intellisense::QuerySuggestedActionCompletionStatus

A QuerySuggestedActionCompletionStatus that indicates whether the operation completed successfully or was canceled.

/// <param name="actionSets"> </param> /// <returns</returns>

Return to top
Show: