ISmartTagSession.ApplicableToSpanChanged 事件

ApplicableToSpan 属性更改时发生。

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

语法

声明
Event ApplicableToSpanChanged As EventHandler
event EventHandler ApplicableToSpanChanged
event EventHandler^ ApplicableToSpanChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ApplicableToSpanChanged : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参阅

参考

ISmartTagSession 接口

Microsoft.VisualStudio.Language.Intellisense 命名空间