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)
Syntax
'Declaration
ReadOnly Property LeftView As ITextView
ITextView LeftView { get; }
property ITextView^ LeftView {
ITextView^ get ();
}
abstract LeftView : ITextView with get
function get LeftView () : ITextView
Property Value
Type: Microsoft.VisualStudio.Text.Editor.ITextView
The view for displaying the left buffer for SideBySide differences.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.