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)

Syntax

'Declaration
Public ReadOnly Property Right As Span
public Span Right { get; }
public:
property Span Right {
    Span get ();
}
member Right : Span with get
function get Right () : Span

Property Value

Type: Microsoft.VisualStudio.Text.Span
The right side of the difference.

.NET Framework Security

See Also

Reference

Difference Class

Microsoft.VisualStudio.Text.Differencing Namespace