Share via


Difference.Before Property

Definition

The match before this section. It is null at the beginning of the sequence.

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

Property Value

The match before the difference.

Applies to