Match::Left Property

 

Get the left-side range

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 range.

Return to top
Show: