Edit

FileDiff.LineDiffBlocks Property

Definition

The collection of line diff blocks

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.LineDiffBlock> LineDiffBlocks { get; set; }
member this.LineDiffBlocks : seq<Microsoft.TeamFoundation.SourceControl.WebApi.LineDiffBlock> with get, set
Public Property LineDiffBlocks As IEnumerable(Of LineDiffBlock)

Property Value

Attributes

Applies to