Partager via


Match, constructeur

Crée une correspondance à partir de deux étendues de longueur égale.

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 _
)
public Match(
    Span left,
    Span right
)
public:
Match(
    Span left, 
    Span right
)
new : 
        left:Span * 
        right:Span -> Match
public function Match(
    left : Span, 
    right : Span
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

Étendue gauche ou l'étendue correcte est null.

ArgumentException

Les étendues ne sont pas de longueur égale.

Sécurité .NET Framework

Voir aussi

Référence

Match Classe

Microsoft.VisualStudio.Text.Differencing, espace de noms