SmartTag Constructor (SmartTagType, ReadOnlyCollection<SmartTagActionSet^>^)

 

Initializes a new instance of SmartTag.

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

public:
SmartTag(
	SmartTagType smartTagType,
	ReadOnlyCollection<SmartTagActionSet^>^ actionSets
)

Parameters

smartTagType
Type: Microsoft.VisualStudio.Language.Intellisense::SmartTagType

The type of smart tag session that should be created.

actionSets
Type: System.Collections.ObjectModel::ReadOnlyCollection<SmartTagActionSet^>^

The set of actions that should be a part of the smart tag session.

Return to top
Show: