SnapshotDifferenceChangeEventArgs(ISnapshotDifference, ISnapshotDifference) Konstruktor

Definition

Erstellen Sie ein Änderungs Ereignis aus dem angegebenen vor und nach ISnapshotDifference s.

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)

Parameter

before
ISnapshotDifference

Der ISnapshotDifference vor der Änderung (kann nullsein).

after
ISnapshotDifference

Der ISnapshotDifference nach der Änderung.

Gilt für