SmartTagActionSet Class
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Return to top
Represents a set of smart tag actions.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | SmartTagActionSet(ReadOnlyCollection<ISmartTagAction>) | Initializes a new instance of SmartTagActionSet. |
| Name | Description | |
|---|---|---|
![]() | Actions | Gets the collection of smart tag actions. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
For an example of how to use this class, see Walkthrough: Displaying SmartTags.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

