ISmartTagSource Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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.
Define uma fonte para dados de marca inteligente. Marcas inteligentes são preteridas em favor de lâmpadas leves. Consulte Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionSource para uma substituição.
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
- Atributos
- Implementações
Exemplos
Para obter um exemplo do uso dessa interface, consulte passo a passos: exibindo sugestões de lâmpada.
Métodos
| AugmentSmartTagSession(ISmartTagSession, IList<SmartTagActionSet>) |
Determina quais SmartTagActionSet objetos devem ser parte do especificado ISmartTagSession . Marcas inteligentes são preteridas em favor de lâmpadas leves. Consulte Microsoft.VisualStudio.Language.Intellisense.ISuggestedActionSource para uma substituição. |