다음을 통해 공유


IDifferenceBuffer.SnapshotDifferenceChanging 이벤트

네임스페이스:  Microsoft.VisualStudio.Text.Differencing
어셈블리:  Microsoft.VisualStudio.Text.Logic(Microsoft.VisualStudio.Text.Logic.dll)

구문

‘선언
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에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

IDifferenceBuffer 인터페이스

Microsoft.VisualStudio.Text.Differencing 네임스페이스