共用方式為


IDifferenceCollection<T>.RightSequence 屬性

取得用以建立此差異集合的右序列。

命名空間:  Microsoft.VisualStudio.Text.Differencing
組件:  Microsoft.VisualStudio.Text.Data (在 Microsoft.VisualStudio.Text.Data.dll 中)

語法

'宣告
ReadOnly Property RightSequence As IList(Of T)
IList<T> RightSequence { get; }
property IList<T>^ RightSequence {
    IList<T>^ get ();
}
abstract RightSequence : IList<'T> with get
function get RightSequence () : IList<T>

屬性值

類型:IList<T>
右序列。

.NET Framework 安全性

請參閱

參考

IDifferenceCollection<T> 介面

Microsoft.VisualStudio.Text.Differencing 命名空間