LineDiffBlock Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The class to represent the line diff block
[System.Runtime.Serialization.DataContract]
public class LineDiffBlock
type LineDiffBlock = class
Public Class LineDiffBlock
- Inheritance
-
LineDiffBlock
- Attributes
Constructors
| LineDiffBlock() |
Properties
| ChangeType |
Type of change that was made to the block. |
| ModifiedLineNumberStart |
Line number where this block starts in modified file. |
| ModifiedLinesCount |
Count of lines in this block in modified file. |
| OriginalLineNumberStart |
Line number where this block starts in original file. |
| OriginalLinesCount |
Count of lines in this block in original file. |