Compartilhar via


SnapshotDifferenceChangeEventArgs Constructor

Definition

Create a change event from the given before and after ISnapshotDifferences.

public:
 SnapshotDifferenceChangeEventArgs(Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ before, Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ after);
public:
 SnapshotDifferenceChangeEventArgs(Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ before, Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ after);
 SnapshotDifferenceChangeEventArgs(Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference const & before, Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference const & after);
public SnapshotDifferenceChangeEventArgs (Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference before, Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference after);
new Microsoft.VisualStudio.Text.Differencing.SnapshotDifferenceChangeEventArgs : Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference * Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference -> Microsoft.VisualStudio.Text.Differencing.SnapshotDifferenceChangeEventArgs
Public Sub New (before As ISnapshotDifference, after As ISnapshotDifference)

Parameters

before
ISnapshotDifference

The ISnapshotDifference before the change (may be null).

after
ISnapshotDifference

The ISnapshotDifference after the change.

Applies to