LineType 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.
The line type, as used in methods on IDifferenceBuffer.
public enum class LineType
public enum class LineType
enum LineType
public enum LineType
type LineType =
Public Enum LineType
- Inheritance
-
LineType
Fields
Name | Value | Description |
---|---|---|
Added | 0 | A line that was added, meaning it only appears in the right buffer. |
Removed | 1 | A line that was removed, meaning it only appears in the left buffer. |
Matched | 2 | A line that appears in both the left and right buffer. |