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)

property ITextView^ RightView {
	ITextView^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The view for displaying the right buffer for SideBySide differences.

This is never null, but is visible only when the ViewMode is set to SideBySide.

Return to top
Show: