Difference.Left, propriété

Côté gauche de la différence (peut avoir une longueur égale à zéro).

Espace de noms :  Microsoft.VisualStudio.Text.Differencing
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Span
Côté gauche de la différence.

Sécurité .NET Framework

Voir aussi

Référence

Difference Classe

Microsoft.VisualStudio.Text.Differencing, espace de noms