IWpfDifferenceViewer::RightHost Property

 

Gets or sets the host 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 IWpfTextViewHost^ RightHost {
	IWpfTextViewHost^ get();
}

Property Value

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

The host 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: