Share via


RightHost Property

The host for displaying the right buffer for SideBySide differences.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
ReadOnly Property RightHost As IWpfTextViewHost
    Get
'Usage
Dim instance As IDifferenceViewer
Dim value As IWpfTextViewHost

value = instance.RightHost
IWpfTextViewHost RightHost { get; }
property IWpfTextViewHost^ RightHost {
    IWpfTextViewHost^ get ();
}
abstract RightHost : IWpfTextViewHost
function get RightHost () : IWpfTextViewHost

Property Value

Type: IWpfTextViewHost

Remarks

Will never be null, but will only be visible when ViewMode is set to SideBySide.

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace