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)

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.Editor.IWpfTextViewHost
The host for displaying the right buffer for SideBySide differences.

Remarks

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

.NET Framework Security

See Also

Reference

IWpfDifferenceViewer Interface

Microsoft.VisualStudio.Text.Differencing Namespace