Share via


Match.Right Property

Gets the right span.

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

.NET Framework Security

See Also

Reference

Match Class

Microsoft.VisualStudio.Text.Differencing Namespace