Difference::Before Property

 

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

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

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

Property Value

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

The match before the difference.

Return to top
Show: