Share via


IDifferenceViewer.RightView Property

Gets or sets the view for displaying the right buffer for SideBySide differences.

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

Syntax

'Declaration
ReadOnly Property RightView As ITextView
ITextView RightView { get; }
property ITextView^ RightView {
    ITextView^ get ();
}
abstract RightView : ITextView with get
function get RightView () : ITextView

Property Value

Type: Microsoft.VisualStudio.Text.Editor.ITextView
The view for displaying the right buffer for SideBySide differences.

Remarks

This is never nulla null reference (Nothing in Visual Basic), but is visible only when the ViewMode is set to SideBySide.

.NET Framework Security

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Text.Differencing Namespace