SmartTagActionSet Constructor
Initializes a new instance of SmartTagActionSet.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Dichiarazione
Public Sub New ( _
actions As ReadOnlyCollection(Of ISmartTagAction) _
)
public SmartTagActionSet(
ReadOnlyCollection<ISmartTagAction> actions
)
public:
SmartTagActionSet(
ReadOnlyCollection<ISmartTagAction^>^ actions
)
new :
actions:ReadOnlyCollection<ISmartTagAction> -> SmartTagActionSet
public function SmartTagActionSet(
actions : ReadOnlyCollection<ISmartTagAction>
)
Parameters
- actions
Type: System.Collections.ObjectModel.ReadOnlyCollection<ISmartTagAction>
The set of actions contained in this action set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.