Condividi tramite


Evento ITagAggregator<T>.BatchedTagsChanged

Si verifica su inattivo dopo uno o più eventi TagsChanged.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
Event BatchedTagsChanged As EventHandler(Of BatchedTagsChangedEventArgs)
event EventHandler<BatchedTagsChangedEventArgs> BatchedTagsChanged
event EventHandler<BatchedTagsChangedEventArgs^>^ BatchedTagsChanged {
    void add (EventHandler<BatchedTagsChangedEventArgs^>^ value);
    void remove (EventHandler<BatchedTagsChangedEventArgs^>^ value);
}
abstract BatchedTagsChanged : IEvent<EventHandler<BatchedTagsChangedEventArgs>,
    BatchedTagsChangedEventArgs>
JScript non supporta gli eventi.

Note

Si tratta di una versione in batch di TagsChanged evento. uno o più TagsChanged gli eventi vengono accumulati quindi vengono generati come un singolo BatchedTagsChanged evento su inattivo tramite CurrentDispatcher che era attivo quando ITagAggregator<T> è stato creato.

Questo evento è meno che rumoroso TagsChanged e viene sempre generato sul thread che attiva quando ITagAggregator<T> è stato creato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITagAggregator<T> Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging