SnapshotDifferenceChangeEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.