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.
The left 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 Left As Span
public Span Left { get; }
public:
property Span Left {
Span get ();
}
member Left : Span
function get Left () : Span
Property Value
Type: Microsoft.VisualStudio.Text.Span
The left side of the difference.
.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.