DifferenceViewerOptions.SynchronizeSideBySideViewsId Field

The ID of the option that specifies whether the views are to be synchronized. If true, the left and right views of the side by side view are aligned with each other. This option is ignored in the other view modes.

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Shared ReadOnly SynchronizeSideBySideViewsId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> SynchronizeSideBySideViewsId
public:
static initonly EditorOptionKey<bool> SynchronizeSideBySideViewsId
static val SynchronizeSideBySideViewsId: EditorOptionKey<bool>
public static final var SynchronizeSideBySideViewsId : EditorOptionKey<boolean>

.NET Framework Security

See Also

Reference

DifferenceViewerOptions Class

Microsoft.VisualStudio.Text.Differencing Namespace