IWpfDifferenceViewer::RightView Property

 

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

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

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

Property Value

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

The view for displaying the right buffer for SideBySide differences.

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

Return to top
Show: