共用方式為


IQuickInfoSession.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 安全性

請參閱

參考

IQuickInfoSession 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間