IDifferenceViewer.AreViewsSynchronized Property
Determines whether the left and right views are synchronized in the side by side view.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property AreViewsSynchronized As Boolean
bool AreViewsSynchronized { get; }
property bool AreViewsSynchronized {
bool get ();
}
abstract AreViewsSynchronized : bool with get
function get AreViewsSynchronized () : boolean
Property Value
Type: Boolean
true if the left and right views are synchronized in the side by side view, otherwise false.
Remarks
In the side by side view, the left and right views are usually synchronized, so that so that matching text always shown in each view. If this synchronization is turned off, then each view scrolls independently.
.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.