Sdílet prostřednictvím


SnapshotDifferenceChangeEventArgs.Before Property

Definition

The ISnapshotDifference before the change, which is null for the first change event.

public:
 property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ Before { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ Before { Microsoft::VisualStudio::Text::Differencing::ISnapshotDifference ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference Before { get; }
member this.Before : Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference
Public ReadOnly Property Before As ISnapshotDifference

Property Value

The ISnapshotDifference before the change, which is null for the first change event.

Applies to