Difference.Before Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.