ISmartTagSource Schnittstelle

Definition

Achtung

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.

Definiert eine Quelle für Smarttagdaten. Smarttags sind veraltet und bevorzugen Glühbirnen. Eine Ersetzung finden Sie unter Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionSource .

public interface class ISmartTagSource : IDisposable
[System.Obsolete("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 ISmartTagSource : IDisposable
[<System.Obsolete("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.")>]
type ISmartTagSource = interface
    interface IDisposable
Public Interface ISmartTagSource
Implements IDisposable
Attribute
Implementiert

Beispiele

Ein Beispiel für die Verwendung dieser Schnittstelle finden Sie unter Exemplarische Vorgehensweise : Anzeigen von Glühbirnen Vorschlägen.

Methoden

AugmentSmartTagSession(ISmartTagSession, IList<SmartTagActionSet>)

Bestimmt, welche- SmartTagActionSet Objekte Teil der angegebenen sein sollen ISmartTagSession . Smarttags sind veraltet und bevorzugen Glühbirnen. Eine Ersetzung finden Sie unter Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionSource .

Gilt für