定义智能标记数据的源。
命名空间: Microsoft.VisualStudio.Language.Intellisense
程序集: Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
语法
声明
Public Interface ISmartTagSource _
Inherits IDisposable
public interface ISmartTagSource : IDisposable
public interface class ISmartTagSource : IDisposable
type ISmartTagSource =
interface
interface IDisposable
end
public interface ISmartTagSource extends IDisposable
ISmartTagSource 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
AugmentSmartTagSession | 确定 SmartTagActionSet 对象应为指定的 ISmartTagSession的一部分。 |
![]() |
Dispose | 执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable。) |
页首
示例
有关使用的示例此接口,请参见 演练:显示 SmartTags。