Difference.Left Property
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
'宣言
Public ReadOnly Property Left As Span
Get
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.