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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.