LineDiffBlockChangeType Enum
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.
Type of change for a line diff block
public enum LineDiffBlockChangeType
type LineDiffBlockChangeType =
Public Enum LineDiffBlockChangeType
- Inheritance
-
LineDiffBlockChangeType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No change - both the blocks are identical |
| Add | 1 | Lines were added to the block in the modified file |
| Delete | 2 | Lines were deleted from the block in the original file |
| Edit | 3 | Lines were modified |