SmartTagType Enumeration
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
The set of smart tag session types.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Member name | Description | |
|---|---|---|
| Ephemeral | A tag that is valid only for a specific period of time. This type of tag is displayed in response to a modification of the buffer that could trigger additional actions, such as refactoring. | |
| Factoid | A general tag that is valid for a long period of time. This type indicates an action that may be performed on a region of text, and is displayed independently of user actions. |
For an example of how to use this class, see Walkthrough: Displaying SmartTags.
Show: