DifferenceViewerOptions.SynchronizeSideBySideViewsId Field
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.
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.