IDifferenceCollection<T>.MatchSequence Property
Gets the original match sequence that was used to create this difference collection.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'宣言
ReadOnly Property MatchSequence As IEnumerable(Of Tuple)
Get
IEnumerable<Tuple> MatchSequence { get; }
property IEnumerable<Tuple^>^ MatchSequence {
IEnumerable<Tuple^>^ get ();
}
abstract MatchSequence : IEnumerable<Tuple>
function get MatchSequence () : IEnumerable<Tuple>
Property Value
Type: System.Collections.Generic.IEnumerable<Tuple<T1, T2>>
The match sequence.
.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.