Difference::Right Property

 

The right 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 Right {
	Span get();
}

Property Value

Type: Microsoft.VisualStudio.Text::Span

The right side of the difference.

Return to top
Show: