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

'Declaration
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

.NET Framework Security

See Also

Reference

SmartTagActionSet Class

Microsoft.VisualStudio.Language.Intellisense Namespace