ISmartTagSource Interface
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
Defines a source for smart tag data.
Smart tags are deprecated in favor of light bulbs. See T:Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionSource for a replacement.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
[ObsoleteAttribute("This API is deprecated in this version of the Visual Studio SDK, and will be retired in a future version. To find out more about the replacement API, Light Bulb, refer to http://go.microsoft.com/fwlink/?LinkId=394601.")] public interface class ISmartTagSource : IDisposable
| Name | Description | |
|---|---|---|
![]() | AugmentSmartTagSession(ISmartTagSession^, IList<SmartTagActionSet^>^) | Determines which SmartTagActionSet objects should be part of the specified ISmartTagSession. Smart tags are deprecated in favor of light bulbs. See T:Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionSource for a replacement. |
![]() | Dispose() | (Inherited from IDisposable.) |
For an example of the use of this interface, see Walkthrough: Displaying Light Bulb Suggestions.
Show:
