IDifferenceViewer::LeftView Property

 

Gets or sets the view for displaying the left buffer for SideBySide differences.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITextView^ LeftView {
	ITextView^ get();
}

Property Value

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

The view for displaying the left buffer for SideBySide differences.

Return to top
Show: