SmartTag Constructor (SmartTagType, ReadOnlyCollection<SmartTagActionSet^>^)
Visual Studio 2015
Initializes a new instance of SmartTag.
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.
Show: