共用方式為


IClassificationFormatMap.ClassificationFormatMappingChanged 事件

在此 IClassificationFormatMap 變更時發生。

命名空間:  Microsoft.VisualStudio.Text.Classification
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
Event ClassificationFormatMappingChanged As EventHandler(Of EventArgs)
event EventHandler<EventArgs> ClassificationFormatMappingChanged
event EventHandler<EventArgs^>^ ClassificationFormatMappingChanged {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
abstract ClassificationFormatMappingChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

IClassificationFormatMap 介面

Microsoft.VisualStudio.Text.Classification 命名空間