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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.