Difference.Right Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::Span Right { Microsoft::VisualStudio::Text::Span get(); };
public:
 property Microsoft::VisualStudio::Text::Span Right { Microsoft::VisualStudio::Text::Span get(); };
public Microsoft.VisualStudio.Text.Span Right { get; }
member this.Right : Microsoft.VisualStudio.Text.Span
Public ReadOnly Property Right As Span

Property Value

The right side of the difference.

Applies to