SnapshotDifferenceChangeEventArgs(ISnapshotDifference, ISnapshotDifference) Конструктор

Определение

Создать событие изменения из заданных до и после 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)

Параметры

before
ISnapshotDifference

Объект ISnapshotDifference перед изменением (может иметь значение NULL).

after
ISnapshotDifference

Тип ISnapshotDifference после изменения.

Применяется к