IWpfDifferenceViewer.InlineView Property
Gets or sets the view for displaying Inline differences
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property InlineView As IWpfTextView
IWpfTextView InlineView { get; }
property IWpfTextView^ InlineView {
IWpfTextView^ get ();
}
abstract InlineView : IWpfTextView with get
function get InlineView () : IWpfTextView
Property Value
Type: Microsoft.VisualStudio.Text.Editor.IWpfTextView
The view for displaying Inline differences.
Remarks
Is never nulla null reference (Nothing in Visual Basic), but is visible only when ViewMode is set to Inline.
.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.