LineType Enumeration
Visual Studio 2015
The line type, as used in methods on IDifferenceBuffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Member name | Description | |
|---|---|---|
| Added | A line that was added, meaning that it appears only in the right buffer. | |
| Matched | A line that appears in both the left and right buffer. | |
| Removed | A line that was removed, meaning that it appears only in the left buffer. |
Show: