Evento IDifferenceBuffer.SnapshotDifferenceChanging
Spazio dei nomi: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
Event SnapshotDifferenceChanging As EventHandler(Of SnapshotDifferenceChangeEventArgs)
event EventHandler<SnapshotDifferenceChangeEventArgs> SnapshotDifferenceChanging
event EventHandler<SnapshotDifferenceChangeEventArgs^>^ SnapshotDifferenceChanging {
void add (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
void remove (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
}
abstract SnapshotDifferenceChanging : IEvent<EventHandler<SnapshotDifferenceChangeEventArgs>,
SnapshotDifferenceChangeEventArgs>
JScript non supporta gli eventi.
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.