LineType Enumeration

The line type, as used in methods on IDifferenceBuffer.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public Enumeration LineType
'Usage
Dim instance As LineType
public enum LineType
public enum class LineType
type LineType
public enum LineType

Members

Member name Description
Added A line that was added, meaning it only appears in the right buffer.

Removed A line that was removed, meaning it only appears in the left buffer.

Matched A line that appears in both the left and right buffer.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Delta Namespace