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 view mode for an IDifferenceViewer.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Enumeration DifferenceViewMode
public enum DifferenceViewMode
public enum class DifferenceViewMode
type DifferenceViewMode
public enum DifferenceViewMode
Members
Member name | Description | |
---|---|---|
Inline | View differences inline, mixing the removed and added regions in one view pane. | |
LeftViewOnly | Show only the left file. | |
RightViewOnly | Show only the right file. | |
SideBySide | View differences side-by-side, where the left pane is the left file and the right pane is the right file. |