Difference::Left Property

 

The left side of the difference (may be zero length).

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

public:
property Span Left {
	Span get();
}

Property Value

Type: Microsoft.VisualStudio.Text::Span

The left side of the difference.

Return to top
Show: