IWpfDifferenceViewer.InlineView Property

Definition

The view for displaying Inline differences.

public:
 property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ InlineView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ InlineView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IWpfTextView InlineView { get; }
member this.InlineView : Microsoft.VisualStudio.Text.Editor.IWpfTextView
Public ReadOnly Property InlineView As IWpfTextView

Property Value

The view for displaying Inline differences.

Remarks

Will never be null, but will only be visible when ViewMode is set to Inline.

Applies to