LeftHost Property
The host for displaying the left 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 LeftHost As IWpfTextViewHost
Get
'Usage
Dim instance As IDifferenceViewer
Dim value As IWpfTextViewHost
value = instance.LeftHost
IWpfTextViewHost LeftHost { get; }
property IWpfTextViewHost^ LeftHost {
IWpfTextViewHost^ get ();
}
abstract LeftHost : IWpfTextViewHost
function get LeftHost () : IWpfTextViewHost
Property Value
Type: IWpfTextViewHost
Remarks
Will never be null, but will only be visible when ViewMode is set to SideBySide.