Match.Left Property
Get the left-side range
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 with get
function get Left () : Span
Property Value
Type: Microsoft.VisualStudio.Text.Span
The left range.
.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.