SuggestedActionSet::Actions Property

Visual Studio 2015
 

Gets a list of suggested actions.

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

public:
property IEnumerable<ISuggestedAction^>^ Actions {
	[CompilerGeneratedAttribute]
	IEnumerable<ISuggestedAction^>^ get();
	[CompilerGeneratedAttribute]
	private: void set(IEnumerable<ISuggestedAction^>^ value);
}

Property Value

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

A list of suggested actions.

Return to top
Show: