Partager via


Difference, constructeur

Initialise une nouvelle instance d'une Difference avec les étendues gauche et droite et les correspondances d'avant et d'après spécifiées.

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

Syntaxe

'Déclaration
Public Sub New ( _
    left As Span, _
    right As Span, _
    before As Match, _
    after As Match _
)
public Difference(
    Span left,
    Span right,
    Match before,
    Match after
)
public:
Difference(
    Span left, 
    Span right, 
    Match^ before, 
    Match^ after
)
new : 
        left:Span * 
        right:Span * 
        before:Match * 
        after:Match -> Difference
public function Difference(
    left : Span, 
    right : Span, 
    before : Match, 
    after : Match
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

Difference Classe

Microsoft.VisualStudio.Text.Differencing, espace de noms