IDifferenceBuffer.SnapshotDifferenceChanging, événement
Espace de noms : Microsoft.VisualStudio.Text.Differencing
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.