Share via


SmartTagActionSet(ReadOnlyCollection<ISmartTagAction>) Constructor

Definition

Initializes a new instance of SmartTagActionSet.

public:
 SmartTagActionSet(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::ISmartTagAction ^> ^ actions);
public SmartTagActionSet (System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.ISmartTagAction> actions);
new Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.ISmartTagAction> -> Microsoft.VisualStudio.Language.Intellisense.SmartTagActionSet
Public Sub New (actions As ReadOnlyCollection(Of ISmartTagAction))

Parameters

actions
ReadOnlyCollection<ISmartTagAction>

The set of actions contained in this action set.

Applies to