Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The line type, as used in methods on IDifferenceBuffer.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Enumeration LineType
public enum LineType
public enum class LineType
type LineType
public enum LineType
Members
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. |