DifferenceViewType 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 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
Name | Value | Description |
---|---|---|
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. |