SmartTagType 枚举

智能标记会话类型的集合。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public Enumeration SmartTagType
public enum SmartTagType
public enum class SmartTagType
type SmartTagType
public enum SmartTagType

成员

成员名称 说明
Ephemeral 只在特定时间段内有效的标记。此种标记显示在响应可能会附加事件缓冲的修改,如重构。
Factoid 长时间有效的常规标记。此类型指示在文本区域可以执行的操作和独立用户操作显示。

示例

有关的示例演示如何使用此类,请参见 演练:显示 SmartTags

请参阅

参考

Microsoft.VisualStudio.Language.Intellisense 命名空间