Share via


IDifferenceCollection<T>.MatchSequence, propriété

Obtient la séquence de correspondances originale qui a été utilisée pour créer cette collection de différences.

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

Syntaxe

'Déclaration
ReadOnly Property MatchSequence As IEnumerable(Of Tuple(Of Integer, Integer))
IEnumerable<Tuple<int, int>> MatchSequence { get; }
property IEnumerable<Tuple<int, int>^>^ MatchSequence {
    IEnumerable<Tuple<int, int>^>^ get ();
}
abstract MatchSequence : IEnumerable<Tuple<int, int>> with get
function get MatchSequence () : IEnumerable<Tuple<int, int>>

Valeur de propriété

Type : IEnumerable<Tuple<Int32, Int32>>
Séquence de correspondances.

Sécurité .NET Framework

Voir aussi

Référence

IDifferenceCollection<T> Interface

Microsoft.VisualStudio.Text.Differencing, espace de noms