IWpfDifferenceViewer.LeftView Property

Gets the view for displaying the left 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 LeftView As IWpfTextView
IWpfTextView LeftView { get; }
property IWpfTextView^ LeftView {
    IWpfTextView^ get ();
}
abstract LeftView : IWpfTextView with get
function get LeftView () : IWpfTextView

Property Value

Type: Microsoft.VisualStudio.Text.Editor.IWpfTextView
The view for displaying the left 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