다음을 통해 공유


IDifferenceBuffer.SnapshotDifferenceChanged 이벤트

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

구문

‘선언
Event SnapshotDifferenceChanged As EventHandler(Of SnapshotDifferenceChangeEventArgs)
event EventHandler<SnapshotDifferenceChangeEventArgs> SnapshotDifferenceChanged
event EventHandler<SnapshotDifferenceChangeEventArgs^>^ SnapshotDifferenceChanged {
    void add (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
    void remove (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
}
abstract SnapshotDifferenceChanged : IEvent<EventHandler<SnapshotDifferenceChangeEventArgs>,
    SnapshotDifferenceChangeEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

IDifferenceBuffer 인터페이스

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