IDifferenceCollection<T>.MatchSequence 属性

获取用于创建差异集合的原始匹配序列。

命名空间:  Microsoft.VisualStudio.Text.Differencing
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
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>>

属性值

类型:IEnumerable<Tuple<Int32, Int32>>
匹配序列。

.NET Framework 安全性

请参阅

参考

IDifferenceCollection<T> 接口

Microsoft.VisualStudio.Text.Differencing 命名空间