IWpfDifferenceViewer.LeftView Property
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
.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.