SmartTag Class
A tag used to contain actions that may be performed on a span of text as part of a smart tag session.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | SmartTag(SmartTagType, ReadOnlyCollection<SmartTagActionSet>) | Initializes a new instance of SmartTag. |
| Name | Description | |
|---|---|---|
![]() | ActionSets | The set of actions that should be a part of the smart tag session. |
![]() | SmartTagType | The type of smart tag session that should be created. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This tag is consumed by the IntelliSense infrastructure and starts smart tag IntelliSense sessions.
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.


