DifferenceViewerOptions.SynchronizeSideBySideViewsId Field

Definition

If true, the left and right views of the side by side view are aligned with each other.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> SynchronizeSideBySideViewsId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> SynchronizeSideBySideViewsId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> SynchronizeSideBySideViewsId;
 staticval mutable SynchronizeSideBySideViewsId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly SynchronizeSideBySideViewsId As EditorOptionKey(Of Boolean) 

Field Value

Remarks

This option is ignored in the other view modes.

Applies to