DiffOutput.WriteElementRange 方法

命名空间:  Microsoft.TeamFoundation.VersionControl.Common
程序集:  Microsoft.TeamFoundation.VersionControl.Common(在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)

语法

声明
Protected Sub WriteElementRange ( _
    sequence As IList(Of DiffLine), _
    prefix As String, _
    startIndex As Integer, _
    endIndex As Integer _
)
protected void WriteElementRange(
    IList<DiffLine> sequence,
    string prefix,
    int startIndex,
    int endIndex
)

参数

.NET Framework 安全性

请参见

参考

DiffOutput 类

Microsoft.TeamFoundation.VersionControl.Common 命名空间