DifferenceViewType Enum

Definition

The view type for a view created by an IDifferenceViewer.

public enum class DifferenceViewType
public enum class DifferenceViewType
enum DifferenceViewType
public enum DifferenceViewType
type DifferenceViewType = 
Public Enum DifferenceViewType
Inheritance
DifferenceViewType

Fields

InlineView 0

View displaying the contents of the inline buffer (which is combines text from the left and right buffers).

LeftView 1

View containing the contents of the left buffer.

RightView 2

View containing the contents of the right buffer.

Applies to