SmartTagActionSet Constructor (ReadOnlyCollection<ISmartTagAction^>^)

 

Initializes a new instance of SmartTagActionSet.

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

public:
SmartTagActionSet(
	ReadOnlyCollection<ISmartTagAction^>^ actions
)

Parameters

actions
Type: System.Collections.ObjectModel::ReadOnlyCollection<ISmartTagAction^>^

The set of actions contained in this action set.

Return to top
Show: