SmartTagActionSet(ReadOnlyCollection<ISmartTagAction>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.