Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
function get Right () : Span
Property Value
Type: Microsoft.VisualStudio.Text.Span
The right span.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.