Difference.After Property

Definition

The mtch after this difference. It is null at the end of the sequence.

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

Property Value

The match after the difference.

Applies to