Difference::After Property

 

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

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
property Match^ After {
	Match^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Differencing::Match^

The match after the difference.

Return to top
Show: