共用方式為


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 命名空間