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 после изменения.